ArcObjects Library Reference (Animation)  

IAnimationEvents.BeforeFrame Event

Occurs before animation plays a new frame.

[Visual Basic .NET]
Public Event BeforeFrame As BeforeFrameEventHandler
[C#]
public event BeforeFrameEventHandler BeforeFrame
[C++]
HRESULT BeforeFrame(
  double relativeTime
);
[C++]

Parameters

relativeTime [in]   relativeTime is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnimationEvents Interface