Method: Remove for BinaryDirectAccessChannels
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: Remove for BinaryDirectAccessChannels
Method: Remove for BinaryDirectAccessChannels
Deletes one element from the BinaryDirectAccessChannels collection.
Object.Remove(DAChnNameOrIndex)
| Object | BinaryDirectAccessChannels Object with this method |
| DAChnNameOrIndex | Variant 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")