DataShortcutsDataShortcutManagerExportableItemDependentItems Property |
Dependent objects of the Civil 3D objects.
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntaxpublic IList<DataShortcutsDataShortcutManagerExportableItem> DependentItems { get; }
Public ReadOnly Property DependentItems As IList(Of DataShortcutsDataShortcutManagerExportableItem)
Get
public:
property IList<DataShortcutsDataShortcutManagerExportableItem^>^ DependentItems {
IList<DataShortcutsDataShortcutManagerExportableItem^>^ get ();
}
Property Value
IListDataShortcutsDataShortcutManagerExportableItem
See Also