VideoFormats.Item Property |
||||||||||||||
| Returns the VideoFormat at the specified position. | ||||||||||||||
| Syntax: | Public Item(Index As Long) As VideoFormat |
|||||||||||||
|
||||||||||||||
| Limitations: | Read only. |
|||||||||||||
| Sample: | This example selects the first available video format: Dim VidFmtCol As VideoFormat Set VidFmtCol = ICImagingControl1.VideoFormats ICImagingControl1.VideoFormat = VidFmtCol.Item( 1 ) |
|||||||||||||
| See also: | VideoFormats, VideoFormat, VideoFormats.Count, VideoFormats.FindIndex | |||||||||||||