Click or drag to resize

GetMaterialInformationRequest Class

A request (typically to an factory level software system) to obtain detailed information about a particular material package (or collection of material packages).
{
  "MaterialPackageIdentifiers": [
    "MAT4566556456",
    "MAT4566554543"
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementGetMaterialInformationRequest

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetMaterialInformationRequest : CFXMessage

The GetMaterialInformationRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetMaterialInformationRequest Default Constructor
Top
Properties
 NameDescription
Public propertyMaterialPackageIdentifiers A list of the unique identifiers of the material packages for which detailed information is requested.
Top
See Also