ProfileViewBandSetItemGetVerticalGeometryPointsOptions Method |
Gets a GeometryPointSelector containing the state of all ProfilePointType that need to be labeled at the data band.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GeometryPointSelector<ProfilePointType> GetVerticalGeometryPointsOptions()
Public Function GetVerticalGeometryPointsOptions As GeometryPointSelector(Of ProfilePointType)
public:
GeometryPointSelector<ProfilePointType>^ GetVerticalGeometryPointsOptions()
Return Value
GeometryPointSelectorProfilePointType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the band type is not BandType::ProfileData.
|
See Also