Centers the graphical view on one or more specified objects of a specified type.
0 |
Object Type |
Object Type |
The type of the objects to center on. |
1 |
String |
Collection Wildcard Criteria |
A wildcard specifying the name of the collection containing the objects to center on. |
2 |
String |
Object Wildcard Criteria |
A wildcard specifying the name of the objects to center on. |
None.
SUCCESS |
The specified objects were found. |
FAILURE |
The specified objects were not found. |
Wildcards can be entered using asterisks(*) or question marks(?) to denote a multi-character wildcard or a single- character wildcard.
Examples (enclosing quotes would not be entered):
“Line?” would find all names beginning with “Line” and followed by a single character (ex. Line1, Line 2, Line 3).
“Line*” would find all names beginning with “Line” and followed by one or more characters (ex. Line1, Line10, Line4023).
“??a?e” would find all names with 2 characters, followed by an a, followed by another character, and ending in an e. (ex. Frame, Slate, Grate).
Use an asterisk (*) to specify “all collections” or “all objects” of the specified type.