AddMaterialGroup | Adds a material group. |
DeleteMaterialGroup | Deletes an existing material group. |
GetDataInterface | Creates an empty data structure for use with the MaterialGroupsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetMaterialGroup | Retrieves a material group.
The material group is specified by its key, which is contained in the MaterialGroupParams object passed to the method. |
GetMaterialGroupList | Returns the MaterialGroupsParams data collection that identify all material groups. |
UpdateMaterialGroup | 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. |