Category Windows and views, Object ProView

Function ProViewReset


Description
Resets the view orientation to the default orientation.
Replacement in Object TOOLKIT: pfcView::Reset
Synopsis
#include <ProView.h>
ProErrorProViewReset(
ProMdl model
/* (In)
The handle to a part, assembly, or drawing, If the object is NULL, the function uses the current object.
*/
ProView view_handle
/* (In)
The handle to the view. If this is NULL, the function uses the current view.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully reset the view.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Solid Orientation

Sample Code References:

  1. pt_examples ( TestView.c )