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