Library | File

Class pfcModelCheckResults

# include <pfcModelCheck.h>

class pfcModelCheckResults
 : public virtual xobject
{
    xdeclare(pfcModelCheckResults)
    ...
};
This is a COMPACT class.



Description

This class contains a summary of the results of the ModelCheck run.
Manual References:
Models: Running Creo Modelcheck



Method Summary

xintGetNumberOfErrors ()
voidSetNumberOfErrors (xint value)
Specifies the number of errors detected.
xintGetNumberOfWarnings ()
voidSetNumberOfWarnings (xint value)
Specifies the number of warnings detected.
xboolGetWasModelSaved ()
voidSetWasModelSaved (xbool value)
Specifies whether model was saved or not.



Method Detail

xintGetNumberOfErrors ()
voidSetNumberOfErrors (xint value)

Specifies the number of errors detected.
Manual References:
Models: Running Creo Modelcheck, Models: Running Creo Modelcheck




xintGetNumberOfWarnings ()
voidSetNumberOfWarnings (xint value)

Specifies the number of warnings detected.
Manual References:
Models: Running Creo Modelcheck




xboolGetWasModelSaved ()
voidSetWasModelSaved (xbool value)

Specifies whether model was saved or not.
Manual References:
Models: Running Creo Modelcheck