OffsetAlignmentInfoAddAutoWidenings(AutoWideningCriteriaInfo, AlignmentSubEntityArc) Method

Adds automatic widenings using criteria on the specified specified curve groups of parent Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void AddAutoWidenings(
	AutoWideningCriteriaInfo wideningCriteria,
	AlignmentSubEntityArc[] curveGroups
)

Parameters

wideningCriteria  AutoWideningCriteriaInfo
The automatic widening criteria.
curveGroups  AlignmentSubEntityArc
The curve groups on the prarent alignment where the automatic widenings need to add.
Exceptions
ExceptionCondition
ArgumentException Thrown when any properties of the input wideningCriteria is invalid.
See Also