Gets or sets the boolean value that indicates whether to draw the tick(s) in the middle of the selected type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IncrementSmallTicksAtMiddle { get; set; }
VB
Public Property IncrementSmallTicksAtMiddle As Boolean Get Set
C++
public: property bool IncrementSmallTicksAtMiddle { bool get (); void set (bool value); }