Click or drag to resize

MaterialCarriersUnloaded Class

Sent when a material carrier (typcially containing 1 or more material packages) is unloaded at an endpoint.
{
  "CarrierIdentifiers": [
    "1233334",
    "1233334"
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.StorageMaterialCarriersUnloaded

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

The MaterialCarriersUnloaded type exposes the following members.

Constructors
 NameDescription
Public methodMaterialCarriersUnloaded Default constructor
Top
Properties
 NameDescription
Public propertyCarrierIdentifiers List of carriers to be unloaded. NOTE - This message DOES NOT mean that the MaterialPackage is unloaded from the MaterialCarrier. Only that the MaterialCarrier is unloaded from its parent (slot on and Endpoint, or another MaterialCarrier).
Top
See Also