GetGeometryPointsOptions Method

Gets a GeometryPointSelector containing 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 GeometryPointSelector<AlignmentPointType> GetGeometryPointsOptions()

Visual Basic

Public Function GetGeometryPointsOptions As GeometryPointSelector(Of AlignmentPointType)

Visual C++

public:
GeometryPointSelector<AlignmentPointType>^ GetGeometryPointsOptions()

See Also