ProcessOutOfRouteOperations Property |
A list of the "Out-Of-Route" operations associated to this Process.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Operation> OutOfRouteOperations { get; }
Public ReadOnly Property OutOfRouteOperations As IEnumerable(Of Operation)
Get
public:
property IEnumerable<Operation^>^ OutOfRouteOperations {
IEnumerable<Operation^>^ get ();
}
member OutOfRouteOperations : IEnumerable<Operation> with get
Property Value
Type:
IEnumerableOperationSee Also