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