SA_PlantModelPicker
- Last UpdatedJul 29, 2024
- 1 minute read
The SA_PlantModelPicker symbol is a support symbol intended to be integrated with other symbols. The symbol is intended to populate a .NET TreeView control with the names of ArchestrA objects represented as hierarchical nodes. The symbol provides custom properties to populate the TreeView, select a default node from the list, and return the name of the selected node.
Typically, TreeView controls are used to populate a list of ArchestrA objects within one or more Areas of a physical plant model. The user can select a node from the list to filter data or see more detail.
Symbol exceptions
The SA_PlantModelPicker symbol is designed to interact with ArchestrA Area objects. This symbol cannot be used in tag-based applications.
Symbol components
During run time, a SA_PlantModelPicker symbol shows a TreeView control that shows ArchestrA objects in a hierarchal list within a Windows pane. User controls can be implemented to submit requests to populate the TreeView or select a node from the list.
Wizard options
The SA_PlantModelPicker symbol has no Wizard options.
Custom properties
The symbol includes three custom properties.
|
Set to the name of the selected default node shown in the TreeView control.. |
|
|
Input/Output Boolean custom property. Setting to True triggers the population of the TreeView control. The custom property resets to False after data begins filling the TreeView control. |
|
|
Output custom property that returns the name of the selected node from the TreeView control. |