DIAdem Help

Method: Remove for 2DCurves

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

Method: Remove for 2DCurves

Deletes one element from the 2DCurves collection.

bRemove = Object.Remove(NameOrIndex)
Object2DCurves
Object with this method
NameOrIndexVariant
Specifies the name or the index of the curve that is to be deleted.
bRemoveBoolean

The following example deletes the first curve entry in the 2D axis system in the current area. The DisplayObj must be a CurveChart2D type.

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.Curves2D.Remove(1)