StructureOverrides Property

Gets the collection of the structures projected to the profile view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public StructureOverrideCollection StructureOverrides { get; }

Visual Basic

Public ReadOnly Property StructureOverrides As StructureOverrideCollection
	Get

Visual C++

public:
property StructureOverrideCollection^ StructureOverrides {
	StructureOverrideCollection^ get ();
}

See Also