Sets the state of all AlignmentPointTypes that need to be labeled at the data band.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public void SetHorizontalGeometryPointsOptions( GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints )
VB
Public Sub SetHorizontalGeometryPointsOptions ( alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType) )
C++
public: void SetHorizontalGeometryPointsOptions( GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints )
Parameters
- alignmentGeometryPoints GeometryPointSelectorAlignmentPointType
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the band type is not BandType::ProfileData, BandType::CantData. |