PickerInputThreePoints Class

The PickerInputThreePoints class represents a pick of three points in a view. Used for values asked by UI.Picker.PickThreePoints(string FirstPrompt, string SecondPrompt, string ThirdPrompt, out Point FirstPickedPoint, out Point SecondPickedPoint, out Point ThirdPickedPoint, out ViewBase PickedView).
Inheritance Hierarchy

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.3
Syntax
public class PickerInputThreePoints : PickerInputPointsWithinAView

The PickerInputThreePoints type exposes the following members.

Constructors
  NameDescription
Public methodPickerInputThreePoints
Creates a new PickerInputThreePoints instance with one point selected in a view.
Top
Properties
  NameDescription
Public propertyFirstPickedPoint
The first picked point in the view coordinates.
Public propertyPickedView
The view within which the pick occurred.
(Inherited from PickerInputWithinAView.)
Public propertySecondPickedPoint
The second picked point in the view coordinates.
Public propertyThirdPickedPoint
The third picked point in the view coordinates.
Top
Methods
  NameDescription
Public methodIsEqual
Compares the current object with an object of the same type.
(Overrides PickerInputPointsWithinAViewIsEqual(Object).)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next