A flagged, enumerated value indicating the FactoryLogix step type for this particular step.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ProcessStepType StepType { get; set; }
Public Property StepType As ProcessStepType
Get
Set
public:
property ProcessStepType StepType {
ProcessStepType get ();
void set (ProcessStepType value);
}
member StepType : ProcessStepType with get, set
Property Value
Type:
ProcessStepTypeSee Also