OperationSetupTime Property |
The change over time that have been defined for this Operation.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<double> SetupTime { get; set; }
Public Property SetupTime As Nullable(Of Double)
Get
Set
public:
property Nullable<double> SetupTime {
Nullable<double> get ();
void set (Nullable<double> value);
}
member SetupTime : Nullable<float> with get, set
Property Value
Type:
NullableDouble
See Also