Click or drag to resize

MaterialLocation Class

Describes a specific location on an endpoint where material may be loaded. Also includes information about the current contents of this location (if applicable).
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialLocation

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

The MaterialLocation type exposes the following members.

Constructors
 NameDescription
Public methodMaterialLocation 
Top
Properties
 NameDescription
Public propertyCarrierInformation The material carrier that is loaded at the position (if any)
Public propertyLocationIdentifier The unique identifier (barcode) of the location on the Endpoint / Resource where the MaterialPackage is to be loaded. If this property is left empty, the MaterialPackage will only be loaded to the carrier specified by the CarrierInformation property, and not to an Endpoint / Resource.
Public propertyLocationName Name of the Location
Public propertyMaterialPackage The material package (reel, bin, etc) that is loaded at the position (if any).
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