Gets a GeometryPointSelector containing the state of all AlignmentPointTypes that need to be labeled at the data band.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public GeometryPointSelector<AlignmentPointType> GetHorizontalGeometryPointsOptions() |
Visual Basic |
---|
Public Function GetHorizontalGeometryPointsOptions As GeometryPointSelector(Of AlignmentPointType) |
Visual C++ |
---|
public: GeometryPointSelector<AlignmentPointType>^ GetHorizontalGeometryPointsOptions() |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the band type is not BandType::ProfileData. |