DataShortcutsDataShortcutManagerExportableItem Constructor

Initializes a new instance of the DataShortcutsDataShortcutManagerExportableItem class

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