The method is called on object animation request.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected virtual void OnAutoAnimate(
	double time,
	double timeDiff
)

Parameters

time
Type: System..::.Double
Current time of animation start, in seconds.
timeDiff
Type: System..::.Double
Returns time since the last animation, in seconds.

See Also