DeleteTestResult
Deletes a QA test result record associated with a test specification in the material database.
Syntax
TestSpecification
.DeleteTestResult
(TestResult
As TestResult)The
DeleteTestResult
method syntax has these parts:Part | Description |
---|---|
TestSpecification | Instance of the QATestSpec interface to which the method is directed. |
TestResult | An instance of a TestResult object. |
Remarks
This interface allows for the deletion of QA test results from the material database.
Provide Feedback