Sequence.ConvertToBuildLevel Method

Changes the build level information for a specified animation effect. Returns an Effect object that represents the build level information.

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

Syntax

'Declaration
Function ConvertToBuildLevel ( _
    Effect As Effect, _
    Level As MsoAnimateByLevel _
) As Effect
'Usage
Dim instance As Sequence
Dim Effect As Effect
Dim Level As MsoAnimateByLevel
Dim returnValue As Effect

returnValue = instance.ConvertToBuildLevel(Effect, _
    Level)
Effect ConvertToBuildLevel(
    Effect Effect,
    MsoAnimateByLevel Level
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Effect

Remarks

Changing build level information for an effect invalidates any existing effects.

See Also

Reference

Sequence Interface

Sequence Members

Microsoft.Office.Interop.PowerPoint Namespace