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.8.0.280
Syntax
C#
public BandLocationType Location { get; }
VB
Public ReadOnly Property Location As BandLocationType Get
C++
public: property BandLocationType Location { BandLocationType get (); }