MaterialCarriersLoadedCarriers Property |
There are two usage cases are available for this message:
1) Load MaterialCarrier directly to Endpoint
(LocationIdentifier = Endpoint Slot Identifier, CarrierInformation = Carrier to be loaded)
2) Load MateriialCarrier to another MaterialCarrier
(LocationIdentifier = Identifier of new parent carrier, CarrierInformation = Identifier of carrier to be loaded)
Namespace: CFX.Materials.StorageAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic List<MaterialCarrierLocation> Carriers { get; set; }Public Property Carriers As List(Of MaterialCarrierLocation)
Get
Set
Property Value
ListMaterialCarrierLocation
See Also