DIAdem Help

Method: Remove for ChannelGroups <DataPlugin>

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

Method: Remove for ChannelGroups <DataPlugin>

Deletes one element from the ChannelGroups collection.

Object.Remove(GrpNameOrIndex)
ObjectChannelGroups <DataPlugin>
Object with this method
GrpNameOrIndexVariant
Specifies the name or the index of the channel group that is to be deleted.

The following example deletes the MyChnGroup channel group:

Call Root.ChannelGroups.Remove("MyChnGroup")