The SectionOverride collection class represents the collection of all Sections listed in the SectionView.

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

Syntax

C#
public sealed class SectionOverrideCollection : GraphOverrideCollection<SectionOverride>
Visual Basic
Public NotInheritable Class SectionOverrideCollection _
	Inherits GraphOverrideCollection(Of SectionOverride)
Visual C++
public ref class SectionOverrideCollection sealed : public GraphOverrideCollection<SectionOverride^>

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..GraphOverrideCollection<(Of <(<'SectionOverride>)>)>
    Autodesk.Civil.DatabaseServices..::..SectionOverrideCollection

See Also