InsertMaterialClassProperty

Inserts a MaterialClassProperty record into the material database.
Syntax
MaterialClass
.
InsertMaterialClassProperty
(
MaterialClassProperty
As MaterialClassProperty)
The
InsertMaterialClassProperty
method syntax has these parts:
Part
Description
MaterialClass
An instance of the MaterialClass object to which the method is directed.
MaterialClassProperty
An instance of a MaterialClassProperty object.
Remarks
This allows the adding of MaterialClassProperties. The process is actually adding a record to the material database and associating the MaterialClassProperty to the MaterialClass via a foreign key in the MaterialClassProperty table.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal