Property: Count for ChannelGroups <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > 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
Object | ChannelGroups <Data> Object with this property |
Object.Count | LongInteger with read access Returns the number of channel groups. |
The following example displays the total number of groups:
VBScript | Python |
Call MsgBoxDisp(Data.Root.ChannelGroups.Count)