Dependent objects of the Civil 3D objects.
Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.280
Syntax
C#
public IList<DataShortcutsDataShortcutManagerExportableItem> DependentItems { get; }
VB
Public ReadOnly Property DependentItems As IList(Of DataShortcutsDataShortcutManagerExportableItem) Get
C++
public: property IList<DataShortcutsDataShortcutManagerExportableItem^>^ DependentItems { IList<DataShortcutsDataShortcutManagerExportableItem^>^ get (); }