The DataShortcutKey class. The class represents a Data Shortcut information.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DataShortcutsDataShortcutKey
Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class DataShortcutKey : DisposableWrapper
VB
Public NotInheritable Class DataShortcutKey Inherits DisposableWrapper
C++
public ref class DataShortcutKey sealed : public DisposableWrapper
The DataShortcutKey type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| HandleHigh | Gets the referenced entity's handle. Return the high 32bit of the handle. | |
| HandleLow | Gets the referenced entity's handle. Return the low 32bit of the handle. | |
| IsSourceDrawingExistent | This indicates whether the referenced drawing can be found. | |
| Name | Gets the Data Shortcut name. | |
| SourceDrawing | Gets the referenced drawing full path. | |
| Type | Gets the Data Shortcut entity type. |
