GetGeometryPointsOptions Method

Gets a GeometryPointSelector object containing the state of all SuperelevationPointType objects for the current label.

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

Syntax

C#

public GeometryPointSelector<SuperelevationPointType> GetGeometryPointsOptions()

Visual Basic

Public Function GetGeometryPointsOptions As GeometryPointSelector(Of SuperelevationPointType)

Visual C++

public:
GeometryPointSelector<SuperelevationPointType>^ GetGeometryPointsOptions()

See Also