Gets or sets the location of the title in relation to the view grid.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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); } |