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