This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationFrameProcessor Interface > IAnimationFrameProcessor.ProcessFrame Method (ArcObjects .NET 10.5 SDK) |
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 );