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


IAnimationTool.FrameCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationTool Interface > IAnimationTool.FrameCount Property
ArcGIS Developer Help

IAnimationTool.FrameCount Property

The number of frames to be generated based on the start and end times and the interval. For example, A difference of 10 minutes between start and end with a 1 minute step will generate 10 frames.

[Visual Basic .NET]
Public ReadOnly Property FrameCount As Integer
[C#]
public int FrameCount {get;}

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationTool Interface