get_value method
Retrieves an animated attribute's current value.
Syntax
HRESULT retVal = object.get_value(attributeName, origvalue, currentvalue, newvalue);
Parameters
attributeName [in]
Type: BSTRSpecifies animated attribute name.
origvalue [in]
Type: VARIANTSpecifies attribute's original value.
currentvalue [in]
Type: VARIANTSpecifies attribute's current value.
newvalue [out]
Type: VARIANTPointer to the new value.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
get_value was introduced in Microsoft Internet Explorer 6