DataShortcutsDataShortcutManagerGetExportableItemAt Method

This method is used to get the information of an exportable object. Not only itself, but also its parent, direct children, recursive children and dependent objects.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntax
public DataShortcutsDataShortcutManagerExportableItem GetExportableItemAt(
	int index
)

Parameters

index  Int32
 

Return Value

DataShortcutsDataShortcutManagerExportableItem
Returns the information of a exportable object.
See Also