| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProBarewindowMdlnameCreate |
| Description |
| Note: This function is deprecated Use ProBarewindowMdlnameCreate instead. Retrieves a window and attaches the object to it. If the window is already open with the object attached, the function returns the window identifier. If there is an empty window up, the function attaches the object to it. Otherwise, the function creates a new window and attaches the object to it. The window created doesn't have any toolbars or menus. It can be minimized or closed and it has all the regular mouse-driven view capabilites like zoom, rotation and panning. |
| Synopsis |
| #include <ProWindows.h> |
| ProError | ProBarewindowCreate | ( |
| ProName object_name | |
| /*
(In) |
| The name of the object to be retrieved |
| */ |
| ProType object_type | |
| /*
(In) |
| The type of the object (PRO_PART, PRO_ASSEMBLY, and so on) |
| */ |
| int* p_window_id | |
| /*
(Out) |
| The window identifier in which the object was retrieved |
| */ |
| ) |
| Returns |
|
|