Gets the superelevation criteria geometry points from the alignment label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public Dictionary<SuperelevationPointType, bool> GetLabeledSuperelevationTransitionPoints()
Visual Basic
Public Function GetLabeledSuperelevationTransitionPoints As Dictionary(Of SuperelevationPointType, Boolean)
Visual C++
public: Dictionary<SuperelevationPointType, bool>^ GetLabeledSuperelevationTransitionPoints()
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.Styles.LabelStyleType.AlignmentSuperelevationCriticalPoints. |