DIAdem Help

Method: Remove for ChannelsToProcess

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

Method: Remove for ChannelsToProcess

Deletes one element from the ChannelsToProcess collection.

Object.Remove(iIndex)
ObjectChannelsToProcess
Object with this method
iIndexLongInteger
Specifies the index of the channel that is to be deleted.

The following example deletes the second channel from the ChannelsToProcess collection:

Call ProcessedChn.Channels.Remove(2)