ProfileLabelSetItemSetLabeledAlignmentGeometryPoints Method

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

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void SetLabeledAlignmentGeometryPoints(
	Dictionary<AlignmentPointType, bool> pointTypes
)

Parameters

pointTypes  DictionaryAlignmentPointType, Boolean
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.LabelType.ProfileHorizontalGeometryPoint.
See Also