ProfileLabelSetItemGetLabeledAlignmentGeometryPoints Method |
Gets the geometry points from the current profile label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Dictionary<AlignmentPointType, bool> GetLabeledAlignmentGeometryPoints()
Public Function GetLabeledAlignmentGeometryPoints As Dictionary(Of AlignmentPointType, Boolean)
public:
Dictionary<AlignmentPointType, bool>^ GetLabeledAlignmentGeometryPoints()
Return Value
DictionaryAlignmentPointType,
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.LabelType.ProfileHorizontalGeometryPoint.
|
See Also