SettingsLandXMLExportSettingsPointExportExportDescriptionKeys Property |
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.8.0.292
Syntaxpublic bool ExportDescriptionKeys { get; set; }
Public Property ExportDescriptionKeys As Boolean
Get
Set
public:
property bool ExportDescriptionKeys {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also