API Documentation > Windows and views > Object ProView > Function ProViewFromModelitemGet
Function ProViewFromModelitemGet
Description
Retrieves the view handle from the model item handle
Synopsis
#include <ProView.h>
ProViewFromModelitemGet
(
ProModelitem* p_model_item
/* (In)
The model item, must be of type PRO_VIEW.
*/
ProView* p_view
/* (Out)
Handle to the view
*/
)
Returns
The function succeeded
One or more of the input arguments are invalid.
A general error occurred and the function failed.
View with id -1 was passed. This is the default view.
User Guide References
Was this helpful?