Share

DataShortcuts.DataShortcutManager.GetExportableItemAt 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.280

Syntax

C#

public DataShortcutsDataShortcutManagerExportableItem GetExportableItemAt(
	int index
)

VB

Public Function GetExportableItemAt ( 
	index As Integer
) As DataShortcutsDataShortcutManagerExportableItem

C++

public:
DataShortcutsDataShortcutManagerExportableItem^ GetExportableItemAt(
	int index
)

Parameters

index  Int32
 

Return Value

DataShortcutsDataShortcutManagerExportableItem
Returns the information of a exportable object.

See Also

Reference

Was this information helpful?