ProcessOutOfRouteFlows Property |
A list of the "Out-Of-Route" process flows 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<ProcessFlow> OutOfRouteFlows { get; }
Public ReadOnly Property OutOfRouteFlows As IEnumerable(Of ProcessFlow)
Get
public:
property IEnumerable<ProcessFlow^>^ OutOfRouteFlows {
IEnumerable<ProcessFlow^>^ get ();
}
member OutOfRouteFlows : IEnumerable<ProcessFlow> with get
Property Value
Type:
IEnumerableProcessFlowSee Also