The DataShortcutKey class. The class represents a Data Shortcut information.

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

Syntax

C#
public sealed class DataShortcutKey : DisposableWrapper
Visual Basic
Public NotInheritable Class DataShortcutKey _
	Inherits DisposableWrapper
Visual C++
public ref class DataShortcutKey sealed : public DisposableWrapper

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DataShortcuts..::..DataShortcutKey

See Also