DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Count for ChannelsToProcess

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
In This Section
Was this information helpful?