Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Effect
Type: Microsoft.Office.Interop.PowerPoint.Effect
The specified animation effect.
- Level
Type: Microsoft.Office.Interop.PowerPoint.MsoAnimateByLevel
The animation build level.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Effect
Remarks
Changing build level information for an effect invalidates any existing effects.