AxisTickStyleInterval Property

Gets or sets the spacing of ticks on the axes, using the actual ground units.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double Interval { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when using the property Interval in an AxisTickStyle which AxisTickType is HorizontalGeometry.
See Also