AlignmentLabelSetItemIncrement Property

Gets or Sets the increment at which to insert major and minor station labels.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the label style type is not Autodesk.Civil.Style.AlignmentMajorStation or AlignmentMinorStation.
See Also