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
- Shape
Type: Microsoft.Office.Interop.PowerPoint.Shape
The shape for which to find the first animation.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Effect