Click or drag to resize

MaterialsEmptyEmptyMaterials Property

A list of the material locations where the depleted material packages are stored or loaded at the endpoint. Also includes the material package that is loaded at the location (if known). For example, if the endpoint is an SMT placement machine, the location identifies the feeder slot/position where the depleted material package is loaded.

Namespace: CFX.Materials.Storage
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public List<MaterialLocation> EmptyMaterials { get; set; }

Property Value

ListMaterialLocation
See Also