Click or drag to resize

Line Class

Represents a production line, comprised of multiple Workstations or ClusteredWorkstations arranged in a sequential format where production proceeds from one Workstation to the next.
Inheritance Hierarchy

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 Line : ResourceBase

The Line type exposes the following members.

Constructors
  NameDescription
Public methodLine
Initializes a new instance of the Line class
Top
Properties
  NameDescription
Public propertyChildResources
A list of objects derived from ResourceBase representing the immediate children of this area.
Top
See Also