DIAdem Help

Method: ShowPropertiesDlg for ChannelTable

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

Method: ShowPropertiesDlg for ChannelTable

Opens the dialog box where you select the channel properties which DIAdem displays in a channel table in DIAdem VIEW.

Object.ShowPropertiesDlg()
ObjectChannelTable
Object with this method

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

VBScriptPython

 

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

Log in to get a better experience