Share

AlignmentLabelSetItem.GetLabeledAlignmentGeometryPoints Method

Gets the alignment geometry points from the alignment label set item.



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

Syntax

C#

public Dictionary<AlignmentPointType, bool> GetLabeledAlignmentGeometryPoints()

VB

Public Function GetLabeledAlignmentGeometryPoints As Dictionary(Of AlignmentPointType, Boolean)

C++

public:
Dictionary<AlignmentPointType, bool>^ GetLabeledAlignmentGeometryPoints()

Return Value

DictionaryAlignmentPointType, Boolean

Exceptions

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

See Also

Reference

Was this information helpful?