Gets the collection of the data band sets for the SectionView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public SectionViewBandSet Bands { get; }
VB
Public ReadOnly Property Bands As SectionViewBandSet Get
C++
public: property SectionViewBandSet^ Bands { SectionViewBandSet^ get (); }
