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 As System.IntPtr, _
ByVal As System.Integer _
) As Variable2
public Variable2 GetVariableFromTag(
System.IntPtr ,
System.int
)
Parameters
- object
- id
See Also