SetGeometryPointsOptions Method

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

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

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<SuperelevationPointType> transitionPoints
)

Visual Basic

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

Visual C++

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

See Also