Location Property

Gets the position of the band, either the top or bottom of the view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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