[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Manager2.GetVariableFromTag

GetVariableFromTag Method

GetVariableFromTag(int, object)

Gets the variable from tag.

Declaration
public Variable2 GetVariableFromTag(int id, object tagObject = null)
Parameters
Type Name Description
int id

The id.

object tagObject

The tag object. This parameter can be null.

Returns
Type Description
Variable2

A variable associated with this tag.

GetVariableFromTag(IntPtr, int)

HRESULT IUIAnimationManager2::GetVariableFromTag([In, Optional] IUnknown* object,[In] unsigned int id,[Out] IUIAnimationVariable2** variable)

Declaration
public Variable2 GetVariableFromTag(IntPtr @object, int id)
Parameters
Type Name Description
IntPtr object
int id
Returns
Type Description
Variable2