Previous | Next |
Returns the number of StreamDescriptor objects in a StreamDescriptors collection object.
Syntax
StationFormat.StreamDescriptors.Count
Example
Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(0)
MsgBox (MyFormat.StreamDescriptors.Count & _
" descriptors in collection")
See Also
StreamDescriptors Collection Object, StreamDescriptor Objects, StreamDescriptors.Item
Previous | Next |