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


IAnimationTool.FrameCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

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