Gets the position of all the bands in the current collection, either the top or bottom of the view.

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

Syntax

C#
public BandLocationType Location { get; }
Visual Basic
Public ReadOnly Property Location As BandLocationType
	Get
Visual C++
public:
property BandLocationType Location {
	BandLocationType get ();
}

See Also