PickerPickObject Method (String, DrawingObject, ViewBase) |
Requests the user to pick one object.
Namespace: Tekla.Structures.Drawing.UI
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
public void PickObject( string prompt, out DrawingObject pickedObject, out ViewBase pickedView )
Parameters
- prompt
- Type: SystemString
The prompt shown in the status bar before the pick. See the class remarks for more information about prompts. - pickedObject
- Type: Tekla.Structures.DrawingDrawingObject
The picked drawing object. - pickedView
- Type: Tekla.Structures.DrawingViewBase
The view in which the pick occurred.
| Exception | Condition |
|---|---|
| InvalidPluginPickerInputException | Thrown when the picker is being used through a plug-in which has invalid PluginPickerInputs defined. |
| PickerInterruptedException | Thrown when the user interrupts the picker before anything has been picked. |