GefFillAnim (object)

Represents the attributes of fill animation on an object.
Description: The CimFillAnim object represents the attributes of fill animation on an object.

It uses the FillMode property to determine the fill mode.

Example:

Sub GefObject_FillAnim()
    
    Dim oCimObj As GefObject
    Dim oCimFillAnim As GefFillAnim
    
    Set oCimObj = CimGetObject
    Set oCimFillAnim = oCimObj.FillAnim
    If oCimFillAnim Is Nothing Then
        MsgBox "This object does not support fill animations"
    Else
        MsgBox "This object does support fill animations"
    End If
    
End Sub
Properties: Application , Expression , MaxExprValue , MinExprValue , Parent
Methods: