InsertLimit
Inserts a QA test specification limit record associated with a base test specification in the material database.
Syntax
TestSpecification
.InsertLimit
(TestSpecificationLimit
As TestSpecificationLimit)The
InsertLimit
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 new interface will allow for the insertion of QA test specification limits to be associated with a test specification. The requirements state that a test specification can be composed of any number of material properties. Having limit sections allows for a one-to-many relationship.
Provide Feedback