DIAdem Help

Method: Remove for BirdsEyeViewObjects

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

Method: Remove for BirdsEyeViewObjects

Deletes an element from the BirdsEyeViewObjects collection of DIAdem VIEW.

bRemove = Object.Remove(NameOrIndex)
ObjectBirdsEyeViewObjects
Object with this method
NameOrIndexVariant
Specifies the name or the index of the object that is to be deleted.
bRemoveBoolean
The value is TRUE if the object was removed.

The following example deletes the first element from the BirdsEyeViewObjects collection. The DisplayObjType must be a BirdsEyeViewObjects type.

VBScriptPython

 

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