SetEntityTreeFilter() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the SetEntityTreeFilter() method to set the entity tree, based on the specified array of entity IDs. The specified entity IDs must appear at the top level of the entity tree and you must have view permission for the inventory of entities. This method refreshes the control so that the entity tree displays only the specified entities.
Syntax
SetEntityTreeFilter(int [] entIDs);
Parameter
entIDs
An integer array holding the IDs of the entities, which must appear in the entity tree.