Click or drag to resize

SetupLocation Class

Represents a particular location on a Workstation where material or tools might be loaded (Items).
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsSetupLocation

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 SetupLocation

The SetupLocation type exposes the following members.

Constructors
  NameDescription
Public methodSetupLocation
Initializes a new instance of the SetupLocation class
Top
Properties
  NameDescription
Public propertyLocationName
The name or location code of the location. This code must be unique within the scope of a single Workstation, but is not necessarily unique across all Workstations.
Public propertyUID
The text-based unique identifier of the location (its barcode).
Public propertyWorkstationId
The 128-bit unique identifier of the Workstation associated with this location.
Top
See Also