Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.4.2516.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
) |
See Also