Search String
|
Searches the model for a value which contains the specified text. Asterisks can be used for wildcard searches.
Note: Searching for "Env*" is a more restrictive search string than "Env", since "Env" is the same as "*Env*".
|
To find attribute values which contain "Env":
- In the
Search String field, type
Env.
- Click
OK.
To find attribute values which start with "Env":
- In the
Search String field, type
Env*.
- Click
OK.
To find attributes which contain references, for example "&Prop_Name":
- In the
Search String field, type
*&*.*.
- Click
OK.
|
Case sensitive
|
Whether the search should be case sensitive.
|
Self-explanatory.
|
Search Scope
|
Whether the whole model or only selected categories or objects, including all their underlying objects, should be searched.
|
To only search within Element Types and Properties:
- Highlight the Element Types and Properties categories in the model.
- In the
Search Scope group, click
Editor Selection.
To only search within the Tool Descriptors category and its underlying objects:
- Highlight the Tool Descriptors category in the model.
- In the
Search Scope group, click
Editor Selection.
|
Search in Attributes and Relationships
|
When unchecked, it limits the search within object IDs. When checked, it searches within all objects and attributes.
|
To find objects which contain "System" in their ID:
- In the
Search String field, type
System.
- In the
Advanced group, uncheck
Search in Attributes and Relationships.
- Click
OK.
To find any attribute value which contains "System":
- In the
Search String field, type
System.
- In the
Advanced group, check
Search in Attributes and Relationships.
- Click
OK.
|
Attribute Filter
|
Searches within specific attributes. If empty, all attributes are searched. Content assist is available in the
Attribute Filter field, press
Ctrl + Space to display a list of all the available attributes based on the letters typed.
Several attributes can be specified by using a semicolon (;) as a separator.
|
To search for all "Static Value" and "Default Value" attributes:
- In the
Search String field, type
*.
- In the
Attribute Filter field, type
staticValue; defaultValue.
- Click
OK.
To search for a Mass Processing actions:
- In the
Search String field, type
true.
- In the
Attribute Filter field, type
massProcessing.
- Click
OK.
|