| NX Open C++ Reference Guide
    | 
Represents quality checking result of a quality test 
 To obtain an instance of this class use CAE.ModelCheck.ElementTestResult.GetTestResults 
 
 Created in NX8.5.0.  
 More...
 
  
 | Public Member Functions | |
| bool | HasTestValue () | 
| Tells whether there is a test value associated with this test. | |
| NXOpen::CAE::ModelCheck::TestValueTypes::TestType | TestType () | 
| Returns the test type Created in NX8.5.0. | |
| double | TestValue () | 
| Returns the test value. | |
| NXOpen::CAE::ModelCheck::TestValueTypes::Result | ValidatedTestResult () | 
| Returns the validation result of comparing test value with the criteria value. | |
| virtual | ~TestResult () | 
| Frees the object from memory. | |
|  Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () | 
| Handle of the internal object represented by this object. | |
Represents quality checking result of a quality test 
 To obtain an instance of this class use CAE.ModelCheck.ElementTestResult.GetTestResults 
 
 Created in NX8.5.0. 
 
| 
 | virtual | 
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector. 
 Created in NX8.5.0. 
 
 License requirements : None 
| bool NXOpen::CAE::ModelCheck::TestResult::HasTestValue | ( | ) | 
Tells whether there is a test value associated with this test.
| NXOpen::CAE::ModelCheck::TestValueTypes::TestType NXOpen::CAE::ModelCheck::TestResult::TestType | ( | ) | 
Returns the test type 
 Created in NX8.5.0. 
 
 License requirements : None 
| double NXOpen::CAE::ModelCheck::TestResult::TestValue | ( | ) | 
Returns the test value.
An exception will be thrown f there is no test value associated with this test 
 Created in NX8.5.0. 
 
 License requirements : None 
| NXOpen::CAE::ModelCheck::TestValueTypes::Result NXOpen::CAE::ModelCheck::TestResult::ValidatedTestResult | ( | ) | 
Returns the validation result of comparing test value with the criteria value.
       if no test value is associated this test, the result just indicates the test 
       is passed or failed 
 
 Created in NX8.5.0. 
 
 License requirements : None