Category
Creo Parametric fundamentals
, Object
ProMdl
Function ProMdlVisibleGet
Description
Return visible/generic model handle for input model.
Synopsis
#include <
ProMdl.h
>
ProError
ProMdlVisibleGet
(
ProMdl
model
/* (In)
The model
*/
ProMdl
*
visible_model
/* (Out)
Visible instance model handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_E_NOT_FOUND
Visible/generic model doesn't exist or not found in session
Manual References:
Core: Models and Model Items: Models in Session