GefExprListAnim (object)

Represents the attributes of expression list animation on an object.
Description: The GefExprListAnim object represents the attributes of expression list animation on an object. It is also a collection of GefExprListAnimElement objects. The Item method gives access to these elements. The default method is Item. The GefScreens object supports enumeration of its elements with the For Each statement.

Example:

assume "anim" is a CimExprListAnim object
Dim elem As CimExprListAnimElement
For Each elem In anim
    MsgBox elem.Expression
Next
Properties: Application , Count , Item , Parent
Methods: Add , MoveItem , Remove