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