Description | ||||||||
Returns the identifier of the model. | ||||||||
Synopsis | ||||||||
#include <ProMdl.h> | ||||||||
ProError | ProMdlIdGet | ( | ||||||
ProMdl model | ||||||||
/* (In) | ||||||||
A model pointer whose identifier needs to returned. | ||||||||
*/ | ||||||||
int* p_id | ||||||||
/* (Out) | ||||||||
The identifier of the model. If the function fails, this is set to PRO_VALUE_UNUSED. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|