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


IAnimationFrameProcessor.ProcessFrame Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationFrameProcessor Interface > IAnimationFrameProcessor.ProcessFrame Method
ArcGIS Developer Help

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