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


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

IAnimationToolEvents.ReadyToSnap Method

This event is fired by the animation tool just before a screenshot is captured.

[Visual Basic .NET]
Public Sub ReadyToSnap ( _
    ByVal vTimeStamp As Object, _
    ByVal nFrameNum As Integer _
)
[C#]
public void ReadyToSnap (
    object vTimeStamp,
    int nFrameNum
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationToolEvents Interface