AnalysisObjectSelector Class |
The AnalysisObjectSelector class contains methods for getting objects.
Inheritance Hierarchy
Namespace: Tekla.Structures.Analysis
Assembly: Tekla.Structures.Analysis (in Tekla.Structures.Analysis.dll) Version: 2023.0.3
Syntax
The AnalysisObjectSelector type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAllObjects |
Returns an enumerator of all the model objects in the current model.
NOT YET IMPLEMENTED.
| |
GetAllObjectsWithType |
Returns an enumerator of all the model objects in the current model with the given type.
| |
GetAnalysisModels |
Returns an enumerator of all the analysis model objects.
| |
GetSelectedObjects |
Returns an enumerator of all the selected model objects in the current model.
NOT YET IMPLEMENTED.
|
See Also