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.4.2516.0

Syntax

C#
public void SetHorizontalGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)
Visual Basic
Public Sub SetHorizontalGeometryPointsOptions ( _
	alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType) _
)
Visual C++
public:
void SetHorizontalGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints
)

Parameters

alignmentGeometryPoints
Type: Autodesk.Civil..::..GeometryPointSelector<(Of <(<'AlignmentPointType>)>)>

Exceptions

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

See Also