API 文件集 > Miscellaneous > Object ProMdlname > Function ProMdlnameInit
Function ProMdlnameInit
Description
Initializes the ProMdl handle. Note: In Creo 3 this function does not support names longer than 80 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for longer names will be added in a future release.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlnameInit
(
/* (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.
Sample Code References
User Guide References
這是否有幫助?