Share

AlignmentLabelSetItem.GetLabeledProfileGeometryPoints Method

Gets the profile 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<ProfilePointType, bool> GetLabeledProfileGeometryPoints()

VB

Public Function GetLabeledProfileGeometryPoints As Dictionary(Of ProfilePointType, Boolean)

C++

public:
Dictionary<ProfilePointType, bool>^ GetLabeledProfileGeometryPoints()

Return Value

DictionaryProfilePointType, Boolean

Exceptions

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

See Also

Reference

Was this information helpful?