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