Adds a widening with two 0-length linear transitions to the Offset Alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddWidening( double startStation, double endStation, double offsetDistance )
VB
Public Sub AddWidening ( startStation As Double, endStation As Double, offsetDistance As Double )
C++
public: void AddWidening( double startStation, double endStation, double offsetDistance )
Parameters
- startStation Double
- The start station of the widening.
- endStation Double
- The end station of the widening.
- offsetDistance Double
- The offset distance value from the parent alignment.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|