DIAdem Help

Method: RemoveAll for 2DCurves

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

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