Gets or sets the band title text location.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }