DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Count for ChannelGroups <Data>

Property: Count for ChannelGroups <Data>

Returns the number of elements of a ChannelGroups collection, in the script interface for internal data.

Object.Count
ObjectChannelGroups <Data>
Object with this property
Object.CountLongInteger with read access
Returns the number of channel groups.

The following example displays the total number of groups:

VBScriptPython

 

Call MsgBoxDisp(Data.Root.ChannelGroups.Count)
In This Section
Was this information helpful?