DIAdem Help

Property: Count for ChannelsToProcess

  • Updated2024-09-12
  • 1 minute(s) read

Property: Count for ChannelsToProcess

Returns the number of elements in a ChannelsToProcess collection.

Object.Count
ObjectChannelsToProcess
Object with this property
Object.CountLongInteger 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