Previous | Next |
Returns the StreamDescriptor object as specified by the Index value.
Syntax
StationFormat.StreamDescriptors.Item( Index )
Example
Set Station1 = NSChannelMgr.Channels.Item(0)
Set Format2 = Station1.ChannelFormats(1)
' Two forms for syntax to obtain object
Set Descriptor1 = Format2.StreamDescriptors.Item(0)
Set Descriptor2 = Format2.StreamDescriptors(1)
Remarks
The Item property is the default property for this object.
See Also
StreamDescriptors Collection Object, StreamDescriptor Objects, StreamDescriptors.Count
Previous | Next |