Gets the geometry points from the current profile label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public Dictionary<AlignmentPointType, bool> GetLabeledAlignmentGeometryPoints()
Visual Basic
Public Function GetLabeledAlignmentGeometryPoints As Dictionary(Of AlignmentPointType, Boolean)
Visual C++
public: Dictionary<AlignmentPointType, bool>^ GetLabeledAlignmentGeometryPoints()
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.LabelType.ProfileHorizontalGeometryPoint. |