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, StreamDescriptor objects, StreamDescriptors.Count
© 1996-1998 Microsoft Corporation. All rights reserved.