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- Draw the object.
- In theVisibilityanimation dialog box type the expression:If (tag_1 > 55) Then 1 Else 0
- Specify that the object is to be visible when the expression is true.
Provide Feedback