Share

DataShortcuts.DataShortcutManager.ExportableItem.DSEntityType Property

The Civil 3D object can be shared as which type of the Data Shortcut.



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

Syntax

C#

public DataShortcutEntityType DSEntityType { get; }

VB

Public ReadOnly Property DSEntityType As DataShortcutEntityType
	Get

C++

public:
property DataShortcutEntityType DSEntityType {
	DataShortcutEntityType get ();
}

Property Value

DataShortcutEntityType

See Also

Reference

Was this information helpful?