CAnimationValue::operator=
Assigns a DOUBLE value to CAnimationValue.
void operator=(
DOUBLE dblVal
);
void operator=(
INT32 nVal
);
Parameters
dblVal
Specifies the value to be assigned to Animation Value.nVal
Specifies the value to be assigned to Animation Value.
Remarks
Assigns a DOUBLE value to CAnimationValue. This value is set as a default value for encapsulated animation variable. If you subscribed this animation object to events (ValueChanged or IntegerValueChanged), you need to re-enable these events.
Requirements
Header: afxanimationcontroller.h