Adds automatic widenings using manual windening properties on the specified curve groups of the parent Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void AddAutoWidenings( AutoWideningInfo wideningInfo, AlignmentSubEntityArc[] curveGroups ) |
| Visual Basic |
|---|
Public Sub AddAutoWidenings ( _ wideningInfo As AutoWideningInfo, _ curveGroups As AlignmentSubEntityArc() _ ) |
| Visual C++ |
|---|
public: void AddAutoWidenings( AutoWideningInfo^ wideningInfo, array<AlignmentSubEntityArc^>^ curveGroups ) |
Parameters
- wideningInfo
- Type: Autodesk.Civil.DatabaseServices..::..AutoWideningInfo
The automatic widening properties.
- curveGroups
- Type: array<Autodesk.Civil.DatabaseServices..::..AlignmentSubEntityArc>[]()[][]
The curve groups on the prarent alignment where the automatic widenings need to add.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when any properties of the input wideningInfo is invalid. |