Returns an array of selected objects, using the Database Navigator to provide you with selections.
SELECT_OBJECTS filters the list of selections using three pieces of information you specify:
■Parent of the objects
■Name of the objects
■Type of the objects
Format
SELECT_OBJECTS (Parent, Wildcard, Type)
Arguments
Parent | A database object defining the scope of the search used to find the displayed objects. |
Wildcard | A character string defining a name matching pattern filter for the displayed objects. |
Type | A character string defining the type of the object to display. |
Example
The following example displays all the parts in model_1 whose names start with lin:
SELECT_OBJECT(.model_1, "lin*", "part")