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


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

IAnimationFrameProcessor.Finish Method

Indicates the finish time or the latest frame in the animation.

[Visual Basic .NET]
Public Sub Finish ( _
    ByVal nSuccessCode As Integer _
)
[C#]
public void Finish (
    int nSuccessCode
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationFrameProcessor Interface