Click or drag to resize

MaterialsLoadedMaterials Property

There are three usage cases are available for this message: 1) Load MaterialPackage directly to Endpoint (LocationIdentifier = Endpoint Slot Identifier, CarrierInformation = null) 2) Load MaterialPackage to MaterialCarrier (LocationIdentifier = null, CarrierInformation = Identifier of carrier to be loaded) 3) Load MaterialPackage to MaterialCarrier AND Load MaterialCarrier to Endpoint (LocationIdentifier = Endpoint Slot Identifier, CarrierInformation = Identifier of carrier to be loaded)

Namespace: CFX.Materials.Storage
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public List<MaterialLocation> Materials { get; set; }

Property Value

ListMaterialLocation
See Also