DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: Remove for DirectAccessChannels

Method: Remove for DirectAccessChannels

Deletes one element from the DirectAccessChannels collection.

Object.Remove(DAChnNameOrIndex)
ObjectDirectAccessChannels
Object with this method
DAChnNameOrIndexVariant
Specifies the name or the index of the channel that is to be deleted.

The following example deletes the MyChannel channel:

Call oBlock.Channels.Remove("MyChannel")
In This Section
Was this information helpful?