Gets or sets the value to specify the spacing of major ticks on the horizontal axis at top.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double AxisTopMajorTickInterval { get; set; }
VB
Public Property AxisTopMajorTickInterval As Double Get Set
C++
public: property double AxisTopMajorTickInterval { double get (); void set (double value); }