Category
Windows and views
, Object
ProView
Function ProViewDelete
Description
Deletes the view.
Synopsis
#include <
ProView.h
>
ProError
ProViewDelete
(
ProMdl
model
/* (In)
The handle to a part, assembly, or drawing. Cannot be NULL.
*/
ProView
p_view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more of the input arguments are invalid.
PRO_TK_GENERAL_ERROR
A general error occurred and the function failed.
PRO_TK_CANT_MODIFY
The view name cannot be deleted.
PRO_TK_BAD_CONTEXT
View can be deleted only in 3D mode.
Manual References:
User Interface: Basic Graphics: Storing Named Views
User Interface: Basic Graphics: Storing Named Views