VideoFormats.Count Property |
||
| Returns the count of VideoFormat objects in the collection. | ||
| Syntax: | Public Count As Long |
|
| Limitations: | Read only. |
|
| Sample: | This example determines whether video formats are available: Dim VidFmtCol As VideoFormats Set VidFmtCol = ICImagingControl1.VideoFormats If VidFmtCol.Count > 0 then ' do something else ' no video formats available End If |
|
| See also: | VideoFormats, VideoFormat, VideoFormats.Item, VideoFormats.FindIndex | |