Select Decision by Attribute Point Pseudo Code

Get the value of the point

For each decision

  Get item at user specified location and region

  Get the value of the attribute

  Switch comparison type

      Case Match:

        If point value = attribute value

           Select the decision

           Exit sub

        End if

    Case MisMatch:

        If point value != attribute value

           Select the decision

           Exit sub

        End if

    Case Greater:

        If point value > attribute value

           Select the decision

           Exit sub

        End if

    Case Lessor:

        If point value < attribute value
           select the decision
           exit sub
                End if
  End switch

Next Decision

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

If the decision was selected, the logic script will immediately exit.

More information

Select Decision by Attribute Point.