Click or drag to resize

MaterialCarriersLoadedCarriers Property

[This is preliminary documentation and is subject to change.]

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.Storage
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public List<MaterialCarrierLocation> Carriers { get; set; }

Property Value

Type: ListMaterialCarrierLocation
See Also