Click or drag to resize

StepIsAnyOrder Property

A boolean value which, when true, indicates that the activities of this step may be performed by the operator in any sequence. When false, operators must perform the activities in the order indicated by their Sequence property.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public bool IsAnyOrder { get; set; }

Property Value

Type: Boolean
See Also