InsertTestSpecification
Inserts a QA test specification record into the material database.
Syntax
Material
.InsertTestSpecification
(TestSpecfication
As TestSpecification)The
InsertTestSpecification
method syntax has these parts:Part | Description |
---|---|
Material | Instance of the Material interface to which the method is directed. |
TestSpecification | An instance of a TestSpecification object. |
Remarks
This interface allows for the creation of QA test specification records in the material database. The interface is part of the material object. This placement allows for multiple test specifications to be created for any given material. It also allows for the inclusion of multiple material properties to be part of a test specification.
Provide Feedback