Method: RemoveAll for ChannelGroups <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Methods > Method: RemoveAll for ChannelGroups <Data>
Method: RemoveAll for ChannelGroups <Data>
Deletes all elements from the ChannelGroups collection in the script interface for internal data.
Object.RemoveAll()
Object | ChannelGroups <Data> Object with this method |
The following example deletes all channel groups:
VBScript | Python |
Call Data.Root.ChannelGroups.RemoveAll ()