TextLocation Property

Gets or sets the band title text location.

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

Syntax

C#

public BandTitleTextLocation TextLocation { get; set; }

Visual Basic

Public Property TextLocation As BandTitleTextLocation
	Get
	Set

Visual C++

public:
property BandTitleTextLocation TextLocation {
	BandTitleTextLocation get ();
	void set (BandTitleTextLocation value);
}

See Also