Specifies whether the description key definitions are exported. Select On to export all description key definitions in the drawing. If there are description keys in the drawing, a message dialog box is displayed.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool ExportDescriptionKeys { get; set; } |
| Visual Basic |
|---|
Public Property ExportDescriptionKeys As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ExportDescriptionKeys {
bool get ();
void set (bool value);
} |
See Also