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


IAnimationTool.CancelGeneration Method (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.CancelGeneration Method
ArcGIS Developer Help

IAnimationTool.CancelGeneration Method

Allows the calling object to cancel the generation operation and terminate the generating thread.

[Visual Basic .NET]
Public Sub CancelGeneration ( _
)
[C#]
public void CancelGeneration (
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationTool Interface