Share

OffsetAlignmentInfo.AddAutoWidenings(AutoWideningInfo, AlignmentSubEntityArc[]) Method

Adds automatic widenings using manual windening properties on the specified curve groups of the parent Alignment.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void AddAutoWidenings(
	AutoWideningInfo wideningInfo,
	AlignmentSubEntityArc[] curveGroups
)

VB

Public Sub AddAutoWidenings ( 
	wideningInfo As AutoWideningInfo,
	curveGroups As AlignmentSubEntityArc()
)

C++

public:
void AddAutoWidenings(
	AutoWideningInfo^ wideningInfo, 
	array<AlignmentSubEntityArc^>^ curveGroups
)

Parameters

wideningInfo  AutoWideningInfo
The automatic widening properties.
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 wideningInfo is invalid.

See Also

Reference

Was this information helpful?