API Documentation > Windows and views > Object ProView > Function ProViewNameLineGet
Function ProViewNameLineGet
Description
Retrieves the view name
Synopsis
#include <ProView.h>
ProViewNameLineGet
(
ProView p_view
/* (In)
The view handle
*/
ProLine p_name
/* (Out)
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 did not have a name
View with id -1 was passed. This is the default view.
User Guide References
Was this helpful?