Share

DataShortcutKey.Type Property

Gets the Data Shortcut entity type.



Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public DataShortcutEntityType Type { get; }

VB

Public ReadOnly Property Type As DataShortcutEntityType
	Get

C++

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

Property Value

DataShortcutEntityType

See Also

Reference

Was this information helpful?