Property: Count for Channels <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: Count for Channels <Data>
Property: Count for Channels <Data>
Returns the number of elements of a Channels collection, in the script interface for internal data.
Object.Count
| Object | Channels <Data> Object with this property |
| Object.Count | LongInteger with read access Returns the number of channels. |
The following example displays the total number of channels in the first channel group:
| VBScript | Python |
Call MsgBoxDisp(Data.Root.ChannelGroups(1).Channels.Count)