InputChannels.Count Property |
||
| Returns the count of InputChannel objects in the collection. | ||
| Syntax: | Public Count As Long |
|
| Limitations: | Read only. |
|
| Example: | This Basic example determines whether input channels are available: Dim InpCol As InputChannels Set InpCol = ICImagingControl1.InputChannels If InpCol.Count > 0 then ' do something else ' no input channels available End If |
|
| See also: | InputChannels, InputChannel, InputChannels.Item, InputChannels.FindIndex | |