Class defining a filter for the object. The filtering mechanism itself is application specific.
Remarks
None.
Examples
Example 1: The following example adds a filter to the <interface/> tag in order to specify the name of an xml file that controls the visibility of Mechanical buttons. The details of the xml file content and associated mechanism are Mechanical specific.
<interface context="Mechanical"> <filter name="MainFilter" src="ButtonsVisibility.xml"/> </interface>