OperationExitPathways Property |
The exit pathways that have been defined for this Operation.
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<ExitPathway> ExitPathways { get; }
Public ReadOnly Property ExitPathways As IEnumerable(Of ExitPathway)
Get
public:
property IEnumerable<ExitPathway^>^ ExitPathways {
IEnumerable<ExitPathway^>^ get ();
}
member ExitPathways : IEnumerable<ExitPathway> with get
Property Value
Type:
IEnumerableExitPathwaySee Also