AlignmentLabelSetItemGetLabeledProfileGeometryPoints Method |
Gets the profile geometry points from the alignment label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic Dictionary<ProfilePointType, bool> GetLabeledProfileGeometryPoints()
Public Function GetLabeledProfileGeometryPoints As Dictionary(Of ProfilePointType, Boolean)
public:
Dictionary<ProfilePointType, bool>^ GetLabeledProfileGeometryPoints()
Return Value
DictionaryProfilePointType,
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.Styles.LabelStyleType.AlignmentProfileGeometryPoint.
|
See Also