Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlInit


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlnameInit
Description
Note: This function is deprecated Use ProMdlnameInit instead. Initializes the ProMdl handle.
Synopsis
#include <ProMdl.h>
ProErrorProMdlInit(
ProName name
/* (In)
The model name
*/
ProMdlType type
/* (In)
The model type
*/
ProMdl* p_mdl_handle
/* (Out)
The handle to initialize
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_NOT_FOUNDUnable to find the required model.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Updating Older Applications: Tools Available for Updating Applications
  3. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  4. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0