Maptitude GISDK Help

SetCursor()

Summary

Sets the system pointer cursor style to one of several predefined options.

 

Syntax

SetCursor(string cursor_type)

 

Argument

Contents

cursor_type

One of the following: Arrow, Hourglass, Crosshair, Digitizer.

 

Notes

Example

SetCursor("Hourglass")

RunMacro("my macro")     // Hourglass displays while the macro runs...

ResetCursor()

 

Error Codes

Error Type

Meaning

NotFound

The cursor_type argument is not one of the predefined cursor types.

 

See Also

Function

Summary

ResetCursor()

Restores the system pointer to the type previously used

 

 

©2025 Caliper Corporation www.caliper.com