DIAdem Help

Method: ShowMapDlg for Map

  • Updated2024-09-12
  • 1 minute(s) read

Method: ShowMapDlg for Map

Opens the dialog box for defining a map in DIAdem VIEW.

Object.ShowMapDlg()
ObjectMap
Object with this method

The following example opens the dialog box for defining a map display:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "Map"
Call View.Sheets(1).Areas(1).DisplayObj.ShowMapDlg