DataShortcutsDataShortcutManagerExportableItem Constructor |
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntaxpublic ExportableItem(
int index,
string name,
string description,
DataShortcutEntityType dsEntityType,
bool isExported
)
Public Sub New (
index As Integer,
name As String,
description As String,
dsEntityType As DataShortcutEntityType,
isExported As Boolean
)
public:
ExportableItem(
int index,
String^ name,
String^ description,
DataShortcutEntityType dsEntityType,
bool isExported
)
Parameters
- index Int32
-
- name String
-
- description String
-
- dsEntityType DataShortcutEntityType
-
- isExported Boolean
-
See Also