Function ProMdlInit
DEPRECATED:
Since Creo 3
SUPERSEDED BY:
Description
Note: This function is deprecated Use ProMdlnameInit instead. Initializes the ProMdl handle.
Synopsis
#include <ProMdl.h>
ProMdlInit
(
ProName name
/* (In)
The model name
*/
/* (In)
The model type
*/
ProMdl* p_mdl_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Unable to find the required model.
User Guide References
도움이 되셨나요?