Share

AlignmentSuperelevationLabelGroup.SetGeometryPointsOptions Method

Sets the state of all SuperelevationPointType objects for the current label.



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

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<SuperelevationPointType> transitionPoints
)

VB

Public Sub SetGeometryPointsOptions ( 
	transitionPoints As GeometryPointSelector(Of SuperelevationPointType)
)

C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<SuperelevationPointType>^ transitionPoints
)

Parameters

transitionPoints  GeometryPointSelectorSuperelevationPointType
 

See Also

Reference

Was this information helpful?