Click or drag to resize

MaterialsUnloaded Class

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

Sent when a material package (potentially contained within a material carrier) is unloaded at a process endpoint.
{
  "MaterialPackageIdentifiers": [
    "MAT4566556456",
    "MAT4566554543",
    "MAT4566553421",
    "MAT4566555547"
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.StorageMaterialsUnloaded

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

The MaterialsUnloaded type exposes the following members.

Properties
  NameDescription
Public propertyMaterialPackageIdentifiers
List of material package identifiers to be unloaded.
Top
See Also