API Documentation > Solids and parts > Object ProSolid > Function ProSolidMdlnameInit
Function ProSolidMdlnameInit
Description
Initializes the ProSolid 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 ProMdlName will be added in a future release.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidMdlnameInit
(
/* (In)
The solid name
*/
/* (In)
The solid type
*/
ProSolid* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?