ProcessPrimaryProcessFlow Property |
A
ProcessFlow object representing the standard route through which production units travel in the course of their assembly.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ProcessFlow PrimaryProcessFlow { get; set; }
Public Property PrimaryProcessFlow As ProcessFlow
Get
Set
public:
property ProcessFlow^ PrimaryProcessFlow {
ProcessFlow^ get ();
void set (ProcessFlow^ value);
}
member PrimaryProcessFlow : ProcessFlow with get, set
Property Value
Type:
ProcessFlowSee Also