DeleteMaterialClassProperty
Deletes a MaterialClassProperty record from the material database.
Syntax
MaterialClass
.DeleteMaterialClassProperty
(MaterialClassProperty
As MaterialClassProperty), [ActivityDescription
As String])The
DeleteMaterialClassProperty
method syntax has these parts:Part | Description |
---|---|
MaterialClass | Instance of the MaterialClass object to which the method is directed. |
MaterialClassProperty | An instance of a MaterialClassProperty object. |
ActivityDescription | Adds descriptive text to the activity journal for this operation. ( Optional ) |
Remarks
Executing this interface will delete the MaterialClassProperty from the material database and remove all mapped material definition properties.
Provide Feedback