SANCreatePVZ
Description
Export a Creo View file (*.pvz) for the given model.
Synopsis
Input arguments
Label
Use
Value Type
Value
Optional
Input arguments to initialize the model handle to be operated. If not provided, model of active window is used.
output_path
Required
wchar_t*
File path including the file name and extension (e.g. “C:\temp\my_created_file.pvz”).
Output arguments
Label
Value Type
Value
None
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input argument is invalid.
PRO_TK_GENERAL_ERROR
Miscellaneous error. Check log file for further information.