DIAdem Help

Method: RemoveAll for 2DCurves

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

Method: RemoveAll for 2DCurves

Deletes all elements from the 2DCurves collection.

Object.RemoveAll()
Object2DCurves
Object with this method

The following example deletes all curves in a 2D axis system. The DisplayObj must be a CurveChart2D type.

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.Curves2D.RemoveAll