Sets the profile geometry points for the alignment label set item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void SetLabeledProfileGeometryPoints( Dictionary<ProfilePointType, bool> pointTypes )
Visual Basic
Public Sub SetLabeledProfileGeometryPoints ( _ pointTypes As Dictionary(Of ProfilePointType, Boolean) _ )
Visual C++
public: void SetLabeledProfileGeometryPoints( Dictionary<ProfilePointType, bool>^ pointTypes )
Parameters
- pointTypes
- Type: System.Collections.Generic.Dictionary<ProfilePointType, Boolean>
A Dictionary collection of ProfilePointType / bool pairs, indicating whether that profile point type is set.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the return value of property LabelStyleType is not Autodesk.Civil.DatabaseServices.Styles.LabelStyleType.AlignmentProfileGeometryPoint. |