GetVerticalGeometryPointsOptions Method

Gets a GeometryPointSelector containing the state of all ProfilePointType that need to be labeled at the data band.

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

Syntax

C#

public GeometryPointSelector<ProfilePointType> GetVerticalGeometryPointsOptions()

Visual Basic

Public Function GetVerticalGeometryPointsOptions As GeometryPointSelector(Of ProfilePointType)

Visual C++

public:
GeometryPointSelector<ProfilePointType>^ GetVerticalGeometryPointsOptions()

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the band type is not BandType::ProfileData.

See Also