Click or drag to resize

MaterialCarriersUnloaded Class

[This is preliminary documentation and is subject to change.]

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

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

The MaterialCarriersUnloaded type exposes the following members.

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