ArcObjects Library Reference (TrackingAnalystUI)  

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