Click or drag to resize

StationSetupItem Class

Represents a single SetupLocation on a particular Workstation, and the material or tool that is currently loaded into that location. The ActualItem and RequiredItem properties may be null if there is nothing loaded and / or required for the location.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsStationSetupItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class StationSetupItem

The StationSetupItem type exposes the following members.

Constructors
  NameDescription
Public methodStationSetupItem
Initializes a new instance of the StationSetupItem class
Top
Properties
  NameDescription
Public propertyActualItem
An object describing the material or tool that is currently loaded at this location. This may be null if no Item is currently locaded at this location.
Public propertyLocation
An object describing the location associated with this item.
Public propertyRequiredItem
An object describing the required setup that is necessary for this location. This property may be null if there are no requirements for this location.
Top
See Also