Share

AlignmentLabelSetItem.SetLabeledSuperelevationTransitionPoints Method

Sets the superelevation criteria geometry points for the alignment label set item.



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

Syntax

C#

public void SetLabeledSuperelevationTransitionPoints(
	Dictionary<SuperelevationPointType, bool> pointTypes
)

VB

Public Sub SetLabeledSuperelevationTransitionPoints ( 
	pointTypes As Dictionary(Of SuperelevationPointType, Boolean)
)

C++

public:
void SetLabeledSuperelevationTransitionPoints(
	Dictionary<SuperelevationPointType, bool>^ pointTypes
)

Parameters

pointTypes  DictionarySuperelevationPointType, Boolean
A Dictionary collection of SuperelevationPointType / bool pairs, indicating whether the superelevation point type is set.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.Styles.LabelStyleType.AlignmentSuperelevationCriticalPoints.

See Also

Reference

Was this information helpful?