Read-only |
Description |
Returns the number of items in a collection of objects. |
VB Syntax |
object.Count |
Variable |
(Type) - Description |
object |
Any of the following (objects): |
Return Type |
Long Integer |
Default |
Not applicable |
Examples |
numofchans = chans.Count 'return the number of channels -Read |
C++ Syntax |
HRESULT get_Count(long *pInterface) |
Interface |
All listed above |