SetGeometryPointsOptions Method

Sets the state of all AlignmentPointTypes for the current label.

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

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)

Visual Basic

Public Sub SetGeometryPointsOptions ( _
	alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType) _
)

Visual C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints
)

Parameters

alignmentGeometryPoints
Type: Autodesk.Civil.GeometryPointSelector<AlignmentPointType>

See Also