Click or drag to resize

MaterialsUnloaded Class

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

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

The MaterialsUnloaded type exposes the following members.

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