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 (); }