Here’s a custom filter for selecting objects with ICE trees: psCustomFilters.xsiaddon. The filter appears as Obj_w_ICETree in the filter list of the Select panel in the MCP:
You can use this filter in the MCP Select panel (choose the filter and then press Ctrl+A to select all objects with an ICE tree).
Or you could make a toolbar button with these snippets:
// JScript SelectAllUsingFilter("Obj_w_ICETree", siCheckComponentVisibility, null, null);
#Python from siutils import C # win32com.client.constants Application.SelectAllUsingFilter("Obj_w_ICETree", C.siCheckComponentVisibility, "", "")