Read-only |
About Trigger |
Description |
Returns the number of groups a channel has yet to acquire. To set the number of groups for a channel, use Number Of Groups Method |
VB Syntax |
value = chan.GetNumberOfGroups |
Variable |
(Type) - Description |
value |
(Long Integer) - Number of groups |
chan |
Channel (object) |
Return Type |
(Long Integer) |
Default |
Not Applicable |
Examples |
groups = chan.GetNumberOfGroups 'Read |
C++ Syntax |
HRESULT GetNumberOfGroups(long* numberOfGroups); |
Interface |
IChannel3 |