API Documentation > Windows and views > Object ProView > Function ProViewNameSet
Function ProViewNameSet
Description
Sets the view name.
Synopsis
#include <ProView.h>
ProViewNameSet
(
ProMdl model
/* (In)
The handle to a part, assembly, or drawing. Cannot be NULL.
*/
ProView p_view
/* (In)
The view handle
*/
ProLine p_name
/* (In)
The view name
*/
)
Returns
The function succeeded.
One or more of the input arguments are invalid.
A general error occurred and the function failed.
The view name cannot be modified.
View name can be set only in 3D mode.
User Guide References
Was this helpful?