DIAdem Help

Method: SetLeadingCurve for CascadeCurves

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

Method: SetLeadingCurve for CascadeCurves

Specifies the leading curve in a cascade display in DIAdem VIEW.

Set oCascadeCurveBase = Object.SetLeadingCurve(NameOrIndex)
ObjectCascadeCurves
Object with this method
NameOrIndexVariant
Specifies the name or the index of the new leading curve.
oCascadeCurveBaseCascadeCurveBase
Returned object

The following example specifies the first curve as the leading curve in a cascade display:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.CurvesCascade.SetLeadingCurve(1)