Property: Count for ChannelsToProcess
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Count for ChannelsToProcess
Property: Count for ChannelsToProcess
Returns the number of elements in a ChannelsToProcess collection.
Object.Count
Object | ChannelsToProcess Object with this property |
Object.Count | LongInteger with read access |
The following example generates channel properties with the names of the channels that comprise the Processed channel.
For i = 1 to ProcessedChn.Channels.Count Call ProcessedChn.Properties.Add(ProcessedChn.Channels(i).Name,"Composite") Next