Returns a selected object, using the Database Navigator to provide you with selections.
SELECT_OBJECT 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_OBJECT (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 the pattern filter for the displayed objects. |
Type | A character string defining the type of the object to display. |
Example
The following example displays all parts in model_1 whose names start with lin:
SELECT_OBJECT(.model_1, "lin*", "part")