Function ProWindowMdlGet
Description
Retrieves the Creo Parametric model that owns the specified window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowMdlGet
(
int window
/* (In)
The handle to the Creo Parametric window
*/
ProMdl* r_mdl
/* (Out)
The model that owns the window
*/
)
Returns
The specified window handle is invalid.
The function returned the model.
Sample Code References
User Guide References
¿Fue esto útil?