DIAdem Help

Method: Remove for PolarCurves

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

Method: Remove for PolarCurves

Deletes one element from the PolarCurves collection.

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

VBScriptPython

 

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