Location Property

Gets or sets the location of the title in relation to the view grid.

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

Syntax

C#

public AxisTitleLocationType Location { get; set; }

Visual Basic

Public Property Location As AxisTitleLocationType
	Get
	Set

Visual C++

public:
property AxisTitleLocationType Location {
	AxisTitleLocationType get ();
	void set (AxisTitleLocationType value);
}

See Also