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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic List<MaterialLocation> EmptyMaterials { get; set; }Public Property EmptyMaterials As List(Of MaterialLocation)
Get
Set
Property Value
ListMaterialLocation
See Also