Click or drag to resize

MaterialCarrierLocation Class

Describes a specific location on an endpoint where a material carrier may be loaded. When applicable, also contains information about the currently loaded carrier, and the material package(s) loaded to that carrer.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialCarrierLocation

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialCarrierLocation

The MaterialCarrierLocation type exposes the following members.

Constructors
 NameDescription
Public methodMaterialCarrierLocation 
Top
Properties
 NameDescription
Public propertyCarrierInformation Dynamic structure that defines the carrier that is presently loaded at the carrier location
Public propertyLocationIdentifier The unique identifier of the carrier location (barcode or RFID value)
Public propertyLocationName The name of the carrier location
Public propertyResourceLocation

** NOTE: ADDED in CFX 1.7 **

The ResourceLocation on which the material is located (optional) If null, it is assumed that the Resource is the one associated to the source Endpoint
Top
See Also