Function ProViewStore
Description
Stores the current view in the specifed name. This is equivalent to the Creo Parametric command View, Saved Views, Save.
Replacement in Object TOOLKIT:
Synopsis
#include <ProView.h>
ProViewStore
(
ProMdl model
/* (In)
The handle to a part, assembly, or drawing. If this is NULL, the function uses the current object.
*/
ProLine view_name
/* (In)
The name under which the view will be stored in the object database.
*/
ProView* p_view
/* (Out)
The handle to the view stored.
*/
)
Returns
The function successfully stored 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.
Sample Code References
User Guide References
Est-ce que cela a été utile ?