Share

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.7.0.1276

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

 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.

See Also

Reference

Was this information helpful?