Adds a widening with two 0-length linear transitions to the Offset Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void AddWidening(
double startStation,
double endStation,
double offsetDistance
) |
Visual Basic |
---|
Public Sub AddWidening ( _
startStation As Double, _
endStation As Double, _
offsetDistance As Double _
) |
Visual C++ |
---|
public:
void AddWidening(
double startStation,
double endStation,
double offsetDistance
) |
Parameters
- startStation
- Type: System..::..Double
The start station of the widening.
- endStation
- Type: System..::..Double
The end station of the widening.
- offsetDistance
- Type: System..::..Double
The offset distance value from the parent alignment.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The startStation or endStation is out of offset alignment's station range.
- The endStation is smaller than or equal to the startStation.
- The offsetDistance value is smaller than 0 or no solution found with the specific offsetDistance value according to the other constaints.
|
See Also