DIAdem Help

Method: Remove for Channels <DataPlugin>

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

Method: Remove for Channels <DataPlugin>

Deletes one element from the Channels collection.

Object.Remove(ChnNameorIndex)
ObjectChannels <DataPlugin>
Object with this method
ChnNameorIndexVariant
Specifies the name or the index of the channel that is to be deleted.

The following example deletes the MyChannel channel from the first channel group:

Call Root.ChannelGroups(1).Channels.Remove("MyChannel")

Log in to get a better experience