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