DEPRECATED: | Since Creo 3 | |||||||
SUPERSEDED BY: | ProMdlMdlnameGet | |||||||
Description | ||||||||
Note: This function is deprecated Use ProMdlMdlnameGet instead. Retrieves the name of the specified model. | ||||||||
Synopsis | ||||||||
#include <ProMdl.h> | ||||||||
ProError | ProMdlNameGet | ( | ||||||
ProMdl handle | ||||||||
/* (In) | ||||||||
The model handle. | ||||||||
*/ | ||||||||
ProName name | ||||||||
/* (Out) | ||||||||
The address of the memory area to be filled in with the model name. You must allocate the space for this argument. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|