SetGeometryPointsOptions Method

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

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

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType> alignmentVerticalGeometryPoints
)

Visual Basic

Public Sub SetGeometryPointsOptions ( _
	alignmentVerticalGeometryPoints As GeometryPointSelector(Of ProfilePointType) _
)

Visual C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType>^ alignmentVerticalGeometryPoints
)

Parameters

alignmentVerticalGeometryPoints
Type: Autodesk.Civil.GeometryPointSelector<ProfilePointType>

See Also