This document is archived and information here might be outdated.  Recommended version.


IAnimationEvents.AfterFrame Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAnimationEvents.AfterFrame Event

Occurs after animation plays a new frame.

[Visual Basic .NET]
Public Event AfterFrame As AfterFrameEventHandler
[C#]
public event AfterFrameEventHandler AfterFrame
[C++]
HRESULT AfterFrame(
  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