UpdateLimit
Updates a QA test specification limit record associated with a base test specification in the material database.
Syntax
TestSpecification.UpdateLimit
(TestSpecjficationLimit
As TestSpecificationLimit)The
UpdateLimit
method syntax has these parts:Part | Description |
---|---|
TestSpecification | Instance of the QATestSpec interface to which the method is directed. |
TestSpecificationLimit | An instance of a TestSpecificationLimit object. |
Remarks
This interface will allow for the modification of a QA test specification detail record after it has been added to the material database.
Provide Feedback