Documentação da API
>
Creo Parametric fundamentals
>
Object ProMdl
> Function ProMdlWindowGet
Function ProMdlWindowGet
Description
Finds the window with the specified model as the top-level object.
Replacement in Object TOOLKIT:
pfcBaseSession::GetModelWindow
Synopsis
#include <
ProMdl.h
>
ProError
ProMdlWindowGet
(
ProMdl
mdl
/* (In)
The model that is a top-level object
*/
int* window_id
/* (Out)
The window identifier
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully found the window.
PRO_TK_E_NOT_FOUND
The function was not able to find the window.
Sample Code References
pt_examples ( TestMultiCADFile.c )
pt_examples ( TestDbms.c )
pt_examples ( TestDispObject.c )
pt_examples ( TestDispObject.c )
pt_userguide ( UgGraphZoomAtPoint.c )
Parent topic
Object ProMdl
Isto foi útil?
Este site funciona melhor com JavaScript habilitado