AlignmentStationIndexIncrement Property |
Gets or sets the Alignment station index increment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double StationIndexIncrement { get; set; }
Public Property StationIndexIncrement As Double
Get
Set
public:
property double StationIndexIncrement {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the property is set to a negative value.
|
See Also