Share

SectionView.Bands Property

Gets the collection of the data band sets for the SectionView.



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

Syntax

C#

public SectionViewBandSet Bands { get; }

VB

Public ReadOnly Property Bands As SectionViewBandSet
	Get

C++

public:
property SectionViewBandSet^ Bands {
	SectionViewBandSet^ get ();
}

Property Value

SectionViewBandSet

See Also

Reference

Was this information helpful?