[]
Gets the variable from tag.
public Variable2 GetVariableFromTag(int id, object tagObject = null)
Type | Name | Description |
---|---|---|
int | id | The id. |
object | tagObject | The tag object. This parameter can be null. |
Type | Description |
---|---|
Variable2 | A variable associated with this tag. |
HRESULT IUIAnimationManager2::GetVariableFromTag([In, Optional] IUnknown* object,[In] unsigned int id,[Out] IUIAnimationVariable2** variable)
public Variable2 GetVariableFromTag(IntPtr @object, int id)
Type | Name | Description |
---|---|---|
IntPtr | object | |
int | id |
Type | Description |
---|---|
Variable2 |