Share

DataShortcuts.DataShortcutManager.ExportableItem.Description Property

Description of the Civil 3D object.



Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.280

Syntax

C#

public string Description { get; }

VB

Public ReadOnly Property Description As String
	Get

C++

public:
property String^ Description {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?