Video Edit Gold SDK ActiveX Control ReferenceMethods GetTransitionName VideoEdit Gold ActiveX Control GetTransitionName Return the name of Transition for specific index. Public Function GetTransitionName( ByVal iIndex As Integer) as String ParameteriIndexThe index of Transition, the first index is 0. Return ValueReturn the name of Filter.Example Visual Basic SyntaxiCount = VideoEdit1.GetTransitionCountList2.ClearFor i = 0 To iCount - 1 List2.AddItem VideoEdit1.GetTransitionName(i)Next