Maptitude GISDK Help

ClickandDragLayout()

Summary

Allows the user to pan around a layout by dragging it to a new position.

 

Syntax

ClickAndDragLayout(string layout_name)

 

Argument Contents
layout_name The name of the layout to be changed

 

Notes

Example

type = GetWindowType()

if type = "Layout" then do

     on escape do Return() end

     ClickAndDragLayout()

     DrawLayout()

     end

 

Error Codes

Error Type Meaning
Escape The user pressed Esc while dragging the layout
NotFound The layout_name could not be found

 

See Also

Function Summary
ClickDragAndShow() Allows the user to pan a map by dragging it to a new position

 

 

©2025 Caliper Corporation www.caliper.com