Description | ||||||||
Retrieves the name of the specified model. 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: | pfcModel::FullName | |||||||
pfcModel::InstanceName | ||||||||
pfcModel::FileName | ||||||||
wfcWModel::GetMdlfileDescriptor | ||||||||
Synopsis | ||||||||
#include <ProMdl.h> | ||||||||
ProError | ProMdlMdlnameGet | ( | ||||||
ProMdl handle | ||||||||
/* (In) | ||||||||
The model handle. | ||||||||
*/ | ||||||||
ProMdlName name | ||||||||
/* (Out) | ||||||||
The address of the memory area to be filled in with the model name. Free this argument using ProWstringFree. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|