Function ProDrawingViewDelete
Description
Deletes the specified view from the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewDelete
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProView view
/* (In)
The view.
*/
ProBoolean delete_children
/* (In)
Set this to TRUE if child views are to be deleted; otherwise, set this to FALSE. If delete_children is FALSE and child views exist, the parent view will not be deleted.
*/
)
Returns
Sample Code References
User Guide References
¿Fue esto útil?