DIAdem Help

Method: Remove for BodeCurves

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

Method: Remove for BodeCurves

Deletes one element from the BodeCurves collection.

bRemove = Object.Remove(NameOrIndex)
ObjectBodeCurves
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 Bode axis system in the current area. The DisplayObj must be a Bode type:

VBScriptPython

 

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