DataShortcutKey Class

The DataShortcutKey class. The class represents a Data Shortcut information.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DataShortcutsDataShortcutKey

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class DataShortcutKey : DisposableWrapper

The DataShortcutKey type exposes the following members.

Properties
 NameDescription
Public propertyHandleHigh Gets the referenced entity's handle. Return the high 32bit of the handle.
Public propertyHandleLow Gets the referenced entity's handle. Return the low 32bit of the handle.
Public propertyIsSourceDrawingExistent This indicates whether the referenced drawing can be found.
Public propertyName Gets the Data Shortcut name.
Public propertySourceDrawing Gets the referenced drawing full path.
Public propertyType Gets the Data Shortcut entity type.
Top
See Also