OffsetAlignmentInfoAddAutoWidenings(AutoWideningCriteriaInfo, SweptCurveLocation) Method

Adds automatic widenings using criteria on the specified specified location of Offset Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void AddAutoWidenings(
	AutoWideningCriteriaInfo wideningCriteria,
	SweptCurveLocation location
)

Parameters

wideningCriteria  AutoWideningCriteriaInfo
The automatic widening criteria.
location  SweptCurveLocation
The location where the automatic widenings need to add.
Exceptions
ExceptionCondition
ArgumentException Thrown when any properties of the input wideningCriteria is invalid.
See Also