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.8.0.280
Syntax
C#
public GeometryPointSelector<ProfilePointType> GetVerticalGeometryPointsOptions()
VB
Public Function GetVerticalGeometryPointsOptions As GeometryPointSelector(Of ProfilePointType)
C++
public: GeometryPointSelector<ProfilePointType>^ GetVerticalGeometryPointsOptions()
Return Value
GeometryPointSelectorProfilePointTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the band type is not BandType::ProfileData. |