DIAdem Help

Method: Remove for Elements <DataPlugin>

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

Method: Remove for Elements <DataPlugin>

Deletes one element from the Elements collection.

Object.Remove(iIndex)
ObjectElements <DataPlugin>
Object with this method
iIndexLongInteger
Specifies the index of the element that is to be deleted.

The following example deletes the first element from the Elements selection list:

Call StoreElements.Remove(1)