Function ProMdlSubtypeGet
Description
Returns the subtype of a model
Synopsis
#include <ProMdl.h>
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
The function successfully retrieved the type
The input argument is invalid.
the model has no subtype
Sample Code References
User Guide References
도움이 되셨나요?