DIAdem Help

Method: ShowMapDlg for Map

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

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