Share

BandStyle.TextBoxPosition Property

Gets or sets the text box position of the band title.



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

Syntax

C#

public BandTitleBoxPosition TextBoxPosition { get; set; }

VB

Public Property TextBoxPosition As BandTitleBoxPosition
	Get
	Set

C++

public:
property BandTitleBoxPosition TextBoxPosition {
	BandTitleBoxPosition get ();
	void set (BandTitleBoxPosition value);
}

Property Value

BandTitleBoxPosition

See Also

Reference

Was this information helpful?