ArcObjects Library Reference (System)  

ITrackCancel.CheckTime Property

The interval at which the operation will be interrupted to advance progressors and process messages.

[Visual Basic .NET]
Public Property CheckTime As Integer
[C#]
public int CheckTime {get; set;}
[C++]
HRESULT get_CheckTime(
  long* Milliseconds
);
[C++]
HRESULT put_CheckTime(
  long Milliseconds
);
[C++]

Parameters

Milliseconds [out, retval]   Milliseconds is a parameter of type long Milliseconds [in]   Milliseconds is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The CheckTime property indicates the frequency the CancelTracker will process any pending Windows (mouse and keyboard) messages. By default the CheckTime is 1000 milliseconds.

See Also

ITrackCancel Interface