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