AlignmentLabelSetItemSetLabeledAlignmentGeometryPoints Method |
Sets the alignment geometry points for the alignment label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetLabeledAlignmentGeometryPoints(
Dictionary<AlignmentPointType, bool> pointTypes
)
Public Sub SetLabeledAlignmentGeometryPoints (
pointTypes As Dictionary(Of AlignmentPointType, Boolean)
)
public:
void SetLabeledAlignmentGeometryPoints(
Dictionary<AlignmentPointType, bool>^ pointTypes
)
Parameters
- pointTypes DictionaryAlignmentPointType, Boolean
- A Dictionary collection of AlignmentPointType / bool pairs, indicating whether
that alignment point type is set.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.LabelType.AlignmentGeometryPoint.
|
See Also