MapControl.ToolTimerInterval Property
The interval used by the MapControl to update tools.
Syntax
public System.Int32 ToolTimerInterval { get; set; }
Property Value
Default: 16
The number of milliseconds between tool updates.
Remarks
Some operations with the built-in tools like StandardTool have transitions where the movement of the view is animated and as a result the tool requests view updates. This property sets the interval used to request these updates. Note that the updates will still follow the logic of the UpdateMode, which essentially means that the ToolTimerInterval is limited by the UpdateInterval.
If you have a IToolTimerSink tool, this will decide how often its IToolTimerSink.OnToolTimer method is called.
Platforms
Windows, Linux, Android