Share

ProfileView.StructureOverrides Property

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



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

Syntax

C#

public StructureOverrideCollection StructureOverrides { get; }

VB

Public ReadOnly Property StructureOverrides As StructureOverrideCollection
	Get

C++

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

Property Value

StructureOverrideCollection

See Also

Reference

Was this information helpful?