Function ProWindowRepaint
Description
Is the equivalent of the Creo Parametric command View, Repaint. This function enables you to perform several operations and update the view when necessary.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowRepaint
(
int window_id
/* (In)
The identifier of the window to be cleared. If this argument is PRO_VALUE_UNUSED, the function clears the current window.
*/
)
Returns
The function successfully repainted the window.
The argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?