API 文件集 > Windows and views > Object ProWindow > Function ProWindowRefit
Function ProWindowRefit
Description
Refits the display of an object in the window specified by the window_id. The type of the object should be either drawing, part or assembly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowRefit
(
int window_id
/* (In)
The handle to the Creo Parametric window.
*/
)
Returns
The function successfully refits the model to the window.
The window does not contain valid object or view.
Either view or model was not found.
Sample Code References
這是否有幫助?