ActionFlowPortTypeIndexSelector Field

Is an input port only to determine the nth index of a list to use. (such as: which free field to use; the first, second or third?)

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static readonly ActionFlowPortType IndexSelector

Field Value

ActionFlowPortType

Remarks

Parameter must be of type Number, and result in a whole integer. The node itself can determine the scope of the indexes that can be selected.

See Also