Gets or sets the band title text location.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public BandTitleTextLocation TextLocation { get; set; }
VB
Public Property TextLocation As BandTitleTextLocation Get Set
C++
public: property BandTitleTextLocation TextLocation { BandTitleTextLocation get (); void set (BandTitleTextLocation value); }