Previous | Next |
Returns a ChannelFormats collection object.
Syntax
Station.ChannelFormats
Example
' Get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
' Get the station formats
Set MyFormats = MyStation.ChannelFormats
See Also
ChannelFormats Collection Object, Channel Objects, Channel.AutoArchive, Channel.AutoArchiveDir
Previous | Next |