DeleteMaterialProperty

Deletes a MaterialProperty record from the material database.
Syntax
Material
.
DeleteMaterialProperty
(
MaterialProperty
As MaterialProperty, [
ActivityDescription
As String])
The
DeleteMaterialProperty
method syntax has these parts:
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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal