Click or drag to resize

FactoryResourceType Enumeration

A flagged enumeration indicating the types of kinds of factory resources.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
[FlagsAttribute]
public enum FactoryResourceType
Members
  Member nameValueDescription
Factory1 The resource is a Factory.
Area2 The resource is an Area.
Line4 The resource is a production Line.
Workstation8 The resource is a Workstation.
ClusteredWorkstation16 The resource is a ClusteredWorkstation.
Stock32 The resource is a Stock.
TemperingOven64 The resource is a TemperingOven.
ColdStorage128 The resource is a ColdStorage.
All65535 The resource is a TemperingOven.
See Also