Share via


CAnimationVariable::GetVariable

Returns a pointer to IUIAnimationVariable COM object.

IUIAnimationVariable* GetVariable();

Return Value

A valid pointer to IUIAnimationVariable COM object, or NULL if animation variable was not created, or can't be created.

Remarks

Use this function to access the underlying IUIAnimationVariable COM object and call its methods directly if needed.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class