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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool ExportDescriptionKeys { get; set; }
VB
Public Property ExportDescriptionKeys As Boolean Get Set
C++
public: property bool ExportDescriptionKeys { bool get (); void set (bool value); }