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


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

IAnimationEngine.ProcessFrameByFile Method

Add the specified file to the animation file being generated.

[Visual Basic .NET]
Public Sub ProcessFrameByFile ( _
    ByVal bstrFileName As String _
)
[C#]
public void ProcessFrameByFile (
    string bstrFileName
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationEngine Interface