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


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

IAnimationFrameProcessor.ProcessFrame Method

Indicates that frames are being processed by the animation tool.

[Visual Basic .NET]
Public Sub ProcessFrame ( _
    ByVal lFrame As Integer, _
    ByVal varCurrentTime As Object _
)
[C#]
public void ProcessFrame (
    int lFrame,
    object varCurrentTime
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationFrameProcessor Interface