filter-objects
| Command Name | Menu | Quick Key | Link to Command Table | 
| filter-objects | Command line only | fob | 
Description
Apply a filter expression to all overlay objects, regardless of type.
How to Use
- 
                                                Run the command. 
- 
                                                In the Expression Builder dialog, define and check the filter Expression. 
- 
                                                Click OK. 
|   | 
 | 
Complex Filter Expressions and Scripting
You can emulate the effect 
 of multiple-line filter expressions in scripts by joining expression parameters 
 with "AND". For example, the following scripted command
Dm.parseCommand(“filter-objects ‘AU > 0.5 AND’ ‘M4DDESC =2’ ‘’");
                                            
                                            
Represents the following expression filter:
AU > 0.5 AND
M4DDESC = 2
Note the third parameter (empty single quotes). This is used to indicate 
 that no further expressions are specified.
| 
   | Related Topics | 
| 
 | filter-strings | 

