Example: Controlling visibility with if-then-else logic

In this example, by following the steps below, you create a graphic object that is to be visible only when
tag_1
exceeds a specified value
  1. Draw the object.
  2. In the
    Visibility
    animation dialog box type the expression:
    If (tag_1 > 55) Then 1 Else 0
  3. Specify that the object is to be visible when the expression is true.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal