Class TestResult
Assembly: NXOpen.dll
Syntax
public class TestResult : TransientObject, IMessageSink, IDisposable
Constructors
TestResult(nint)
Declaration
protected TestResult(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
TestType
Declaration
public TestValueTypes.TestType TestType { get; }
Property Value
TestValue
Declaration
public double TestValue { get; }
Property Value
ValidatedTestResult
Declaration
public TestValueTypes.Result ValidatedTestResult { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
HasTestValue()
Declaration
public bool HasTestValue()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink