DIAdem Help

Method: Remove for OrbitCurves

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

Method: Remove for OrbitCurves

Deletes one element from the OrbitCurves collection.

bRemove = Object.Remove(NameOrIndex)
ObjectOrbitCurves
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 an orbit axis system in the current area. The DisplayObjType must be an Orbit type:

VBScriptPython

 

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