ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Manager2 Class / GetVariableFromTag Method / GetVariableFromTag(IntPtr,Int32) Method

In This Topic
    GetVariableFromTag(IntPtr,Int32) Method
    In This Topic
    HRESULT IUIAnimationManager2::GetVariableFromTag([In, Optional] IUnknown* object,[In] unsigned int id,[Out] IUIAnimationVariable2** variable)
    Syntax
    'Declaration
     
    Public Overloads Function GetVariableFromTag( _
       ByVal object As IntPtr, _
       ByVal id As Integer _
    ) As Variable2
    public Variable2 GetVariableFromTag( 
       IntPtr object,
       int id
    )

    Parameters

    object
    id
    See Also