UpdateMaterialType
Updates a MaterialType record in the material database.
Syntax
MaterialSvr
.
UpdateMaterialType
(MaterialType
As MaterialType)The method syntax has these parts:
UpdateMaterialType
Part | Description |
---|---|
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
MaterialType | An instance of a MaterialType object. |
Remarks
The ‘Ungrouped’ MaterialType is a system-defined state which cannot be deleted through this interface or by any other means.
Provide Feedback