DIAdem Help

Method: Remove for CascadeCurves

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

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)