DependentItems Property

Dependent objects of the Civil 3D objects.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.2.3892.0

Syntax

C#

public IList<DataShortcuts.DataShortcutManager.ExportableItem> DependentItems { get; internal set; }

Visual Basic

Public Property DependentItems As IList(Of DataShortcuts.DataShortcutManager.ExportableItem)
	Get
	Friend Set

Visual C++

public:
property IList<DataShortcuts.DataShortcutManager.ExportableItem^>^ DependentItems {
	IList<DataShortcuts.DataShortcutManager.ExportableItem^>^ get ();
	internal: void set (IList<DataShortcuts.DataShortcutManager.ExportableItem^>^ value);
}

See Also