DIAdem Help

Method: ShowPropertiesDlg for Cascade

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

Method: ShowPropertiesDlg for Cascade

Opens the dialog box where you select the channel properties which DIAdem displays in the legend of a cascade display in DIAdem VIEW.

Object.ShowPropertiesDlg()
ObjectCascade
Object with this method

The following example opens the dialog box containing the channel properties to be displayed in the legend:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "Cascade"
Call View.Sheets(1).Areas(1).DisplayObj.ShowPropertiesDlg