PluginPickerInput Class |
The PluginPickerInput class represents a predefined set of picker inputs that can be provided
to a plug-in object. It replaces the interactive selection of points and/or objects by the user
when the plug-in is inserted into a drawing through the API.
SystemObject
Tekla.Structures.DrawingPluginPickerInput
Tekla.Structures.DrawingPluginPickerInput
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The PluginPickerInput type exposes the following members.
| Name | Description | |
|---|---|---|
| PluginPickerInput |
Initializes a new instance of the PluginPickerInput class with an empty list of picker inputs.
| |
| PluginPickerInput(ListPickerInput) |
Initializes a new instance of the PluginPickerInput class which contains a predefined sequence
of inputs.
|
| Name | Description | |
|---|---|---|
| Add |
Appends a picker input to the plug-in input.
| |
| AddRange |
Appends several picker inputs to the picker input sequence.
|