Collection: ChannelsToProcess
- Updated2024-09-12
- 1 minute(s) read
(Collections | ProcessedChannel) > Collection: ChannelsToProcess
Collection: ChannelsToProcess
Collection of all the channels that a Processed channel comprises. Use the ChannelsToProcess collection to delete channels or to add new channels.
The following example generates channel properties with the names of the channels that comprise the Processed channel.
Dim i For i = 1 to ProcessedChn.Channels.Count Call ProcessedChn.Properties.Add(ProcessedChn.Channels(i).Name,"Composite") Next