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


IAnimationEngine.ProcessFrame Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

IAnimationEngine.ProcessFrame Method

Processes video frames from the animation engine.

[Visual Basic .NET]
Public Sub ProcessFrame ( _
    ByVal varFrame As Object _
)
[C#]
public void ProcessFrame (
    object varFrame
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationEngine Interface