Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewNeedsRegen
Function ProDrawingViewNeedsRegen
Description
Identifies whether the drawing or the given drawing view needs to be regenerated.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewNeedsRegen
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProView view
/* (In)
The drawing view, if checking on update for a specific view. Pass NULL to check for the whole drawing.
*/
ProBoolean* needs_regen
/* (Out)
PRO_B_TRUE if the drawing or view needs regeneration, PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?