This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationToolEvents Interface > IAnimationToolEvents.ReadyToSnap Method (ArcObjects .NET 10.5 SDK) |
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 );