Function ProMdlTypeGet
Description
Returns the type of model (such as PRO_PART or PRO_ASSEMBLY).
Synopsis
#include <ProMdl.h>
ProMdlTypeGet
(
ProMdl model
/* (In)
A model pointer whose type needs to returned.
*/
ProMdlType* p_type
/* (Out)
The type of model. If the function fails, this is set to PRO_TYPE_UNUSED.
*/
)
Returns
The function successfully retrieved the type
The input argument is invalid.
Sample Code References
User Guide References
War dies hilfreich?