DIAdem Help

Method: ShowCurvesDlg for Cascade

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

Method: ShowCurvesDlg for Cascade

Opens the dialog box where you specify the curves in a cascade display in DIAdem VIEW.

Object.ShowCurvesDlg()
ObjectCascade
Object with this method

The following example opens the dialog box for the curve definition of a cascade display:

VBScriptPython

 

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