Gets or sets the start station of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double StartStation { get; set; }
Visual Basic
Public Property StartStation As Double
Get
Set
Visual C++
public: property double StartStation { double get (); void set (double value); }
Remarks
- Changing the StartStation value will resize the AlignmentRegion object.
- Changing the StartStation value will modify the EndStation of EntryTransition.
- Changing the StartStation value might affect the Length and EndStation of the previous region.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|
System.InvalidOperationException |
Thrown when:
|