Maptitude GISDK Help |
Cancels a timer that executes a macro at fixed-time intervals.
DestroyTimer(string timer_name)
Argument |
Contents |
timer_name |
The name used in the call to CreateTimer() |
Only one timer may be active at a time.
DestroyTimer("GPS Vehicle Locator")
Function |
Summary |
Sets up a timer that executes a macro at fixed-time intervals |
|
Uses a timer to go into a waiting loop that yields to other processes, allowing Windows messages to be dispatched while waiting |
|
Uses a timer to go into a busy waiting loop that yields to other processes |
|
Start a stopwatch to track clock time |
|
Determine the elapsed time since a stopwatch was started |
|
Stops or cancels a stopwatch |
©2025 Caliper Corporation | www.caliper.com |