Share via


CAnimationValue::SetDefaultValue

Sets default value.

void SetDefaultValue(
   DOUBLE dblDefaultValue
);

Parameters

  • dblDefaultValue
    Specifies the default value.

Remarks

Use this method to set a default value. A default value is returned to application when animation has not been started and/or underlying COM object has not been created. If the underlying COM object encapsulated in CAnimationVarible was already created, this method recreates it, therefore you might need to call EnableValueChanged/EnableIntegerValueChanged methods again.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationValue Class