InsertMaterialProperty
Inserts a MaterialProperty record into the material database.
Syntax
Material
.InsertMaterialProperty
(MaterialProperty
As MaterialProperty)The
InsertMaterialProperty
method syntax has these parts:Part | Description |
---|---|
Material | Instance of the Material Interface to which the method is directed. |
MaterialProperty | An instance of a MaterialProperty object. |
Remarks
When inserting a Material Property record, the Material Server will add an accompanying Lot Property for every Lot that is derived from the specified Material.
Provide Feedback