Filters the tree objects based on given parameters.
Declaration Syntax
public void Filter(string name, string tag, ObjectState state, VisibilityType visibility, TreeFilterObjectClass type, CoordinateSystem coordinateSystem, string model, Analysis environment, TreeFilterScopingType scoping, TreeFilterObjectState filterState, string propertyName, string propertyValue)
Parameters
- name(string)
Filter by a given name.
- tag(string)
Filter by a given tag.
- state(ObjectState)
Filter by Suppression state.
- visibility(VisibilityType)
Filter by Visibile/Invisible objects.
- type(TreeFilterObjectClass)
Filter by object Type.
- coordinateSystem(CoordinateSystem)
Filter by Coordinate System scoping.
- model(string)
Filter by Model ("All", "Current", "Dropdown String").
- environment(Analysis)
Filter by Environment.
- scoping(TreeFilterScopingType)
Filter by Scoping.
- filterState(TreeFilterObjectState)
Filter by object State.
- propertyName(string)
Filter by Property Name.
- propertyValue(string)
Filter by Property Value.