AnalysisObjectSelectorSetSelectedObjects Method |
Set analysis objects as selected in model views.
Namespace: Tekla.Structures.Analysis.UI
Assembly: Tekla.Structures.Analysis (in Tekla.Structures.Analysis.dll) Version: 2023.0.3
Syntax
Parameters
- analysisObjects
- Type: System.Collections.GenericListAnalysisObject
The analysis objects. - append
- Type: SystemBoolean
If true, objects are added to currently selected. If false, current selection is cleared.
Return Value
Type: Int32The count of objects selected.
See Also