ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.IntPtr, _
       ByVal id As System.Integer _
    ) As Variable2
    public Variable2 GetVariableFromTag( 
       System.IntPtr object,
       System.int id
    )

    Parameters

    object
    id
    See Also