DIAdem Help

Method: Remove for CascadeCurves

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

Method: Remove for CascadeCurves

Deletes one element from the ContourCurves collection in DIAdem VIEW.

bRemove = Object.Remove(NameOrIndex)
ObjectCascadeCurves
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 second curve entry in a cascade display of the current area.  The DisplayObj must be a Cascade type:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.CurvesCascade.Remove(2)