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


IAnimationEngine Interface (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
ArcGIS Developer Help

IAnimationEngine Interface

Provides access to properties and methods needed to manage the animation creation tool.

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

Members

Name Description
Method DisplayConfigurationDlg Displays the configuration dialog box for the animation engine.
Read-only property FileExtension The file extension for this engine; e.g., AVI extension for the AVIAnimationEngine.
Read/write property FrameType Indicates type of frame used for output.
Read-only property IsConfigurable Indicates whether or not a given animation engine is configurable by the user.
Read-only property Name A concise descriptive name for the animation engine.
Write-only property OutputFileName The full OutputFileName of the animation file.
Read/write property ParentWindow The handle ID to the parent window of this object.
Method ProcessFrame Processes video frames from the animation engine.
Method ProcessFrameByFile Add the specified file to the animation file being generated.
Method SetFrameSize Defines height and width (in pixels) of output frames.
Method StartProcessing Starts processing of output file or files.
Method StopProcessing Stops the processing of output file or files.

Classes that implement IAnimationEngine

Classes Description
AVIAnimationEngine COM object used to create AVI files.
FrameAnimationEngine COM object used to create animation frames.