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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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