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

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

Syntax

C#
public void SetGeometryPointsOptions(
	GeometryPointSelector<CantPointType> transitionPointsOptions
)
Visual Basic
Public Sub SetGeometryPointsOptions ( _
	transitionPointsOptions As GeometryPointSelector(Of CantPointType) _
)
Visual C++
public:
void SetGeometryPointsOptions(
	GeometryPointSelector<CantPointType>^ transitionPointsOptions
)

Parameters

transitionPointsOptions
Type: Autodesk.Civil..::..GeometryPointSelector<(Of <(<'CantPointType>)>)>

See Also