ExportDescriptionKeys 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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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