Adds automatic widenings using manual windening properties on the specified location of the Offset Alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddAutoWidenings( AutoWideningInfo wideningInfo, SweptCurveLocation location )
VB
Public Sub AddAutoWidenings ( wideningInfo As AutoWideningInfo, location As SweptCurveLocation )
C++
public: void AddAutoWidenings( AutoWideningInfo^ wideningInfo, SweptCurveLocation location )
Parameters
- wideningInfo AutoWideningInfo
- The automatic widening properties.
- location SweptCurveLocation
- The location where the automatic widenings need to add.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when any properties of the input wideningInfo is invalid. |