CAnimationValue::GetVariable

Provides access to encapsulated animation variable.

CAnimationVariable& GetVariable();

Return Value

A reference to encapsulated animation variable.

Remarks

Use this method to access the encapsulated animation variable. From CAnimationVariable you get access to underlying IUIAnimationVariable object, whose pointer can be NULL if animation variable has not been created.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationValue Class