Retrieval
Standard provides several functions that are capable of retrieving models. When using these functions with servers, remember that these functions do not check out the object to allow modifications.
Functions Introduced:
The function
ProMdlnameRetrieve() loads an object into a session given its name and type. This function searches for the object in the active workspace, the local directory, and any other paths specified by the configuration option
search_path.
The function
ProMdlFiletypeLoad() loads an object into session given its path. The path can be a disk path, a workspace path, or a commonspace path. Refer to the section
Aliased URL for examples of these types of paths.
Parent topic