Gets or sets the start station of the profile view.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double StationStart { get; set; }
VB
Public Property StationStart As Double Get Set
C++
public: property double StationStart { double get (); void set (double value); }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when setting this property while StationRangeMode is Automatic. |
| ArgumentException | Thrown when the input StationStart is greater than StationEnd. |
