NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.ModelCheck.ElementTestResult Class Reference

Represents quality checking result for an element. More...

Inheritance diagram for NXOpen.CAE.ModelCheck.ElementTestResult:

Public Member Functions

unsafe
NXOpen.CAE.ModelCheck.TestResult[] 
GetTestResults ()
 Returns the quality test results of this element More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe
NXOpen.CAE.ModelCheck.TestValueTypes.Result 
OverallResult [get]
 Returns the overrall result of this element. More...
 

Detailed Description

Represents quality checking result for an element.

To obtain an instance of this class use CAE.ModelCheck.ElementQualityCheckResults.GetElementTestResults

Created in NX8.5.0

Member Function Documentation

override void NXOpen.CAE.ModelCheck.ElementTestResult.FreeResource ( )
protected

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.

unsafe NXOpen.CAE.ModelCheck.TestResult [] NXOpen.CAE.ModelCheck.ElementTestResult.GetTestResults ( )

Returns the quality test results of this element

Created in NX8.5.0

License requirements: None.

Returns

Property Documentation

unsafe NXOpen.CAE.ModelCheck.TestValueTypes.Result NXOpen.CAE.ModelCheck.ElementTestResult.OverallResult
get

Returns the overrall result of this element.

Created in NX8.5.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.