Click or drag to resize

BlockMaterialLocationsResponse Class

Sent to a process endpoint to block or disable a particular material setup location. This is typically used where a loaded material may become unsuitable for use, for example MSD expiry of an SMT material.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionBlockMaterialLocationsResponse

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class BlockMaterialLocationsResponse : CFXMessage

The BlockMaterialLocationsResponse type exposes the following members.

Constructors
 NameDescription
Public methodBlockMaterialLocationsResponse Default constructor
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also