Select Decision by Point Value Pseudo Code

Get the value of the point

Get item at user specified location and region

Get the value of the attribute

Switch comparison type

  Case Match:

    If point value = value

     Select the decision

       Exit sub

    End if

  Case MisMatch:

    If point value != value

      Select the decision

      Exit sub

    End if

  Case Greater:

    If point value > value

      Select the decision

      Exit sub

    End if

  Case Lessor:

    If point value < value
      select the decision
      exit sub
    end if
end switch

 Note: If the specified decision is already eliminated, the function block will not re-select the decisions or eliminate any other decisions.

If decision is selected, the logic script exits.

More information

Select Decision by Point Value.