AnalysisObjectPicker Class |
The AnalysisObjectPicker class can be used to prompt the user to do manual picks of analysis objects.
The methods throw an exception if the user interrupts (cancels) the pick command.
Inheritance Hierarchy
Namespace: Tekla.Structures.Analysis.UI
Assembly: Tekla.Structures.Analysis (in Tekla.Structures.Analysis.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The AnalysisObjectPicker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalysisObjectPicker | Initializes a new instance of the AnalysisObjectPicker class |
Methods
Name | Description | |
---|---|---|
PickObject |
Prompts the user to pick object from the model with the given prompt.
Object is either analysis object or model object.
| |
PickObjects |
Prompts the user to pick objects from the model with the given prompt.
|
See Also