Share via


Sequence.FindFirstAnimationFor Method

Returns an Effect object that represents the first animation for a given shape.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function FindFirstAnimationFor ( _
    Shape As Shape _
) As Effect
'Usage
Dim instance As Sequence
Dim Shape As Shape
Dim returnValue As Effect

returnValue = instance.FindFirstAnimationFor(Shape)
Effect FindFirstAnimationFor(
    Shape Shape
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Effect

See Also

Reference

Sequence Interface

Sequence Members

Microsoft.Office.Interop.PowerPoint Namespace