Gets the collection of SectionViewGroup.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SectionViewGroupCollection SectionViewGroups { get; }
VB
Public ReadOnly Property SectionViewGroups As SectionViewGroupCollection Get
C++
public: property SectionViewGroupCollection^ SectionViewGroups { SectionViewGroupCollection^ get (); }