Sets the geometry points for the current profile label set item.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void SetLabeledAlignmentGeometryPoints(
	Dictionary<AlignmentPointType, bool> pointTypes
)
Visual Basic
Public Sub SetLabeledAlignmentGeometryPoints ( _
	pointTypes As Dictionary(Of AlignmentPointType, Boolean) _
)
Visual C++
public:
void SetLabeledAlignmentGeometryPoints(
	Dictionary<AlignmentPointType, bool>^ pointTypes
)

Parameters

pointTypes
Type: System.Collections.Generic..::..Dictionary<(Of <(<'AlignmentPointType, Boolean>)>)>

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.LabelType.ProfileHorizontalGeometryPoint.

See Also