Documentación de la API > Drawings and detail > Object ProDwg > Function ProDwgViewRegenerate
Function ProDwgViewRegenerate
Description
Regenerates the specified view.
NOTE:
For the regeneration to be successful, the specified view must be showing in a window.
Synopsis
#include <ProDrawing.h>
ProDwgViewRegenerate
(
ProDrawing p_draw
/* (In)
The drawing handle
*/
int view_id
/* (In)
The view identifier
*/
)
Returns
The function successfully regenerated the drawing view.
The regeneration failed.
See Also
User Guide References
¿Fue esto útil?