DIAdem Help

Method: ShowPropertiesDlg for Cascade

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

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