API Documentation > Windows and views > Object ProView > Function ProViewCreate
Function ProViewCreate
Description
Creates a new view or provides the existing view with the specified name.
Synopsis
#include <ProView.h>
ProViewCreate
(
ProMdl model
/* (In)
The handle to a part, assembly.
*/
ProLine view_name
/* (In)
The name under which the view will be created in the object database.
*/
ProView* p_view
/* (Out)
The handle to the view stored.
*/
)
Returns
The function successfully created the view.
Model is in read-only state.
One or more of the input arguments are invalid.
A general error occurred and the function failed.
User Guide References
Was this helpful?