Click or drag to resize

MaterialLocation Class

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

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class MaterialLocation

The MaterialLocation type exposes the following members.

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 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.
Public propertyLocationName
Name of the Location
Public propertyMaterialPackage
The material package (reel, bin, etc) that is loaded at the position (if any).
Top
See Also