AlignmentLabelSetItemIncrement Property |
Gets or Sets the increment at which to insert major and minor station labels.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double Increment { get; set; }
Public Property Increment As Double
Get
Set
public:
property double Increment {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the label style type is not Autodesk.Civil.Style.AlignmentMajorStation or AlignmentMinorStation.
|
See Also