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.4.2516.0

Syntax

C#
public DataShortcuts..::..DataShortcutManager..::..ExportableItem GetExportableItemAt(
	int index
)
Visual Basic
Public Function GetExportableItemAt ( _
	index As Integer _
) As DataShortcuts..::..DataShortcutManager..::..ExportableItem
Visual C++
public:
DataShortcuts..::..DataShortcutManager..::..ExportableItem^ GetExportableItemAt(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

Returns the information of a exportable object.

See Also