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.8.0.280
Syntax
C#
public AxisTitleLocationType Location { get; set; }
VB
Public Property Location As AxisTitleLocationType Get Set
C++
public: property AxisTitleLocationType Location { AxisTitleLocationType get (); void set (AxisTitleLocationType value); }