OffsetAlignmentInfoAddWidening Method |
Adds a widening with two 0-length linear transitions to the Offset Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddWidening(
double startStation,
double endStation,
double offsetDistance
)
Public Sub AddWidening (
startStation As Double,
endStation As Double,
offsetDistance As Double
)
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.
ExceptionsException | Condition |
---|
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.
|
Remarks
This method will create a specific region from startStation to endStation with slim entry transition and exit transition.
See Also