Function ProMdlCommonnameSet
Description
Assigns a model common name. This is the name to identify a PDM object containing this model file.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
extern
ProMdlCommonnameSet
(
ProMdl model
/* (In)
The model.
*/
wchar_t* common_name
/* (In)
The common name.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The common name for the given model has been locked by PDM and cannot be modified.
The function failed.
User Guide References
Was this helpful?