OperationEstimatedCycleTime Property |
The cycle time that have been estimated 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 Nullable<double> EstimatedCycleTime { get; set; }
Public Property EstimatedCycleTime As Nullable(Of Double)
Get
Set
public:
property Nullable<double> EstimatedCycleTime {
Nullable<double> get ();
void set (Nullable<double> value);
}
member EstimatedCycleTime : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also