Property: Root for DataPlugin
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Root for DataPlugin
Property: Root for DataPlugin
Contains the collection of all the channel groups and all the properties of the data set
Set oRoot = Object.Root
| Object | DataPlugin Object with this property |
| oRoot | Root <DataPlugin> Returned object |
The following example first deletes all channel groups and then creates the MyChannelGroup channel group:
Call Root.ChannelGroups.RemoveAll Call Root.ChannelGroups.Add("MyChannelGroup")