ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / GetTag Method / GetTag(Object,Int32) Method
The @object.
The id.

In This Topic
    GetTag(Object,Int32) Method
    In This Topic
    Gets the tag.
    Syntax
    'Declaration
     
    Public Overloads Sub GetTag( _
       ByRef object As Object, _
       ByRef id As Integer _
    ) 
    public void GetTag( 
       out object object,
       out int id
    )

    Parameters

    object
    The @object.
    id
    The id.
    See Also