| UpdateMaterialGroup Method | |
| See Also |
- pIMaterialGroup
The data for the material group to be updated. The MaterialGroup object must contain the key of the object to be updated.
Updates an existing material group.
The data for the material group, including the key of the material group to be updated, is contained in the MaterialGroup object passed to the method. To update a material group, you must first retrieve it using the GetMaterialGroup method.
| Visual Basic |
|---|
Public Sub UpdateMaterialGroup( _
ByVal pIMaterialGroup As MaterialGroup _
) |
- pIMaterialGroup
The data for the material group to be updated. The MaterialGroup object must contain the key of the object to be updated.