GetLevel Method Example

The following example retrieves the level properties for the Lookup object iLookup at the level index 1 for the Oval object Oval1.

Dim iLookup As Object

Dim vIn1 as Variant

Dim vOut1 as Variant

Dim vIn2 as Variant

dim vOut2 as Variant

Set iLookup = System.FindObject("TestPicture.Oval1.AnimatedForegroundColor")

iLookup.GetLevel 1, vIn1, vOut1, vIn2, vOut2