Category
Windows and views
, Object
ProView
Function ProViewNameLineGet
Description
Retrieves the view name
Synopsis
#include <
ProView.h
>
ProError
ProViewNameLineGet
(
ProView
p_view
/* (In)
The view handle
*/
ProLine
p_name
/* (Out)
The view name
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded
PRO_TK_BAD_INPUTS
One or more of the input arguments are invalid.
PRO_TK_GENERAL_ERROR
A general error occurred and the function failed.
PRO_TK_E_NOT_FOUND
The view did not have a name
PRO_TK_NOT_VALID
View with id -1 was passed. This is the default view.
Manual References:
User Interface: Basic Graphics: Storing Named Views
User Interface: Basic Graphics: Storing Named Views