Share

ProfileView.Bands Property

Gets the collection of the data band sets for the profile view.



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

Syntax

C#

public ProfileViewBandSet Bands { get; }

VB

Public ReadOnly Property Bands As ProfileViewBandSet
	Get

C++

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

Property Value

ProfileViewBandSet

See Also

Reference

Was this information helpful?