Share

AxisTickStyle.Interval 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.280

Syntax

C#

public double Interval { get; set; }

VB

Public Property Interval As Double
	Get
	Set

C++

public:
property double Interval {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

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

See Also

Reference

Was this information helpful?