Description | |||||||||||
Returns the subtype of a model | |||||||||||
Synopsis | |||||||||||
#include <ProMdl.h> | |||||||||||
ProError | ProMdlSubtypeGet | ( | |||||||||
ProMdl model | |||||||||||
/* (In) | |||||||||||
A model pointer whose subtype needs to returned | |||||||||||
*/ | |||||||||||
ProMdlsubtype* subtype | |||||||||||
/* (Out) | |||||||||||
The type of model. If the function fails, this is set to PROMDLSTYPE_NONE. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|