Maptitude GISDK Help

ClickLayout()

Summary

Allows the user to edit annotations in the current map or layout.

 

Syntax

double_click = ClickLayout()

 

Returns

A boolean that is "True" if the user double-clicked on an annotation, and "False" otherwise.

 

Notes

Example

tool "annotation editor" 0, 0 bitmap: "myicon.bmp" do

     cl = ClickLayout()

     if cl = "True" then do

          // processing to edit the selected annotations

          end

     enditem

 

See Also

Function

Summary

ClickText()

Allows the user to enter text on the current map or layout

 

 

©2025 Caliper Corporation www.caliper.com