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.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.7.0.1190
Syntaxpublic DataShortcutsDataShortcutManagerExportableItem GetExportableItemAt(
int index
)
Public Function GetExportableItemAt (
index As Integer
) As DataShortcutsDataShortcutManagerExportableItem
public:
DataShortcutsDataShortcutManagerExportableItem^ GetExportableItemAt(
int index
)
Parameters
- index Int32
-
Return Value
DataShortcutsDataShortcutManagerExportableItemReturns the information of a exportable object.
See Also