Share via


CAnimationVariable::Create

Creates the underlying animation variable COM object.

virtual BOOL Create(
   IUIAnimationManager* pManager
);

Parameters

  • pManager
    A pointer to animation manager.

Return Value

TRUE if the animation variable was successfully created; otherwise FALSE.

Remarks

This method creates the underlying animation variable COM object and sets its default value.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class