Share

SectionView.GraphOverrides Property

Gets the collection of the section override data that belong to the section view.



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

Syntax

C#

public SectionOverrideCollection GraphOverrides { get; }

VB

Public ReadOnly Property GraphOverrides As SectionOverrideCollection
	Get

C++

public:
property SectionOverrideCollection^ GraphOverrides {
	SectionOverrideCollection^ get ();
}

Property Value

SectionOverrideCollection

See Also

Reference

Was this information helpful?