SectionLabelSetItemIncrement 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
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the label style type is not Autodesk.Civil.DatabaseServices.LabelType.SectionMajorOffset or SectionMinorOffset.
|
See Also