Function ProMdlFiletypeGet
Description
provides ProMdlfileType for a given model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlFiletypeGet
(
ProMdl model
/* (In)
the model. Not allowed to be NULL.
*/
ProMdlfileType* filetype
/* (Out)
file type. Not allowed to be NULL.
*/
)
Returns
the function successfully provided the filetype.
the model argument is NULL.
the model argument does not represent a correct model.
Sample Code References
User Guide References
¿Fue esto útil?