Share

AlignmentCantLabelGroup.SetGeometryPointsOptions Method

Sets the state of all CantPointType 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<CantPointType> transitionPointsOptions
)

VB

Public Sub SetGeometryPointsOptions ( 
	transitionPointsOptions As GeometryPointSelector(Of CantPointType)
)

C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<CantPointType>^ transitionPointsOptions
)

Parameters

transitionPointsOptions  GeometryPointSelectorCantPointType
 

See Also

Reference

Was this information helpful?