DataShortcutKey Class

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

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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