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.StorageAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic List<MaterialLocation> EmptyMaterials { get; set; }
Public Property EmptyMaterials As List(Of MaterialLocation)
Get
Set
Property Value
ListMaterialLocation
See Also