DeleteMaterialClass
Deletes a MaterialClass record from the material database.
Syntax
MaterialSvr
.DeleteMaterialClass
(MaterialClass
As MaterialClass)The
DeleteMaterialClass
method syntax has these parts:Part | Description |
---|---|
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
MaterialClass | An instance of a MaterialClass object. |
Remarks
A MaterialClass can only be deleted if there are no Materials using it. There is no provision in this method to override this functionality or disassociate the Materials that are using the MaterialClass.
Provide Feedback