DeleteMaterial
Deletes a Material record from the material database.
Syntax
MaterialSvr
.DeleteMaterial
(Material
As Material, [ActivityDescription
As String])The
DeleteMaterial
method syntax has these parts:Part | Description |
---|---|
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
Material | An instance of a Material object. |
ActivityDescription | Adds descriptive text to the activity journal for this operation. ( Optional ) |
Remarks
Along with the deletion of the Material, all associated MaterialProperties, LotProperties, Lots, and SubLots are deleted from the database.
Provide Feedback