Initializes a new instance of the DataShortcuts.DataShortcutManager.ExportableItem class
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.2.3892.0
Syntax
C#
public ExportableItem( int index, string name, string description, DataShortcutEntityType dsEntityType, bool isExported )
Visual Basic
Public Sub New ( _ index As Integer, _ name As String, _ description As String, _ dsEntityType As DataShortcutEntityType, _ isExported As Boolean _ )
Visual C++
public: ExportableItem( int index, String^ name, String^ description, DataShortcutEntityType dsEntityType, bool isExported )
Parameters
- index
- Type: System.Int32
- name
- Type: System.String
- description
- Type: System.String
- dsEntityType
- Type: Autodesk.Civil.DataShortcuts.DataShortcutEntityType
- isExported
- Type: System.Boolean