ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Manager2 Class / GetVariableFromTag Method / GetVariableFromTag(Int32,Object) Method
The id.
The tag object. This parameter can be null.

In This Topic
    GetVariableFromTag(Int32,Object) Method
    In This Topic
    Gets the variable from tag.
    Syntax
    'Declaration
     
    Public Overloads Function GetVariableFromTag( _
       ByVal id As System.Integer, _
       Optional ByVal tagObject As System.Object _
    ) As Variable2
    public Variable2 GetVariableFromTag( 
       System.int id,
       System.object tagObject
    )

    Parameters

    id
    The id.
    tagObject
    The tag object. This parameter can be null.

    Return Value

    A variable associated with this tag.
    See Also