Read only |
About Meas Class |
Description |
This command replaces GetSourceRoles Method. Returns the roles for which sources can be used for the channel. Use RoleDevice to assign a source to a role. |
VB Syntax |
value = chan.DefinedRoles |
Variable |
(Type) - Description |
value |
(Variant) - Variable to store the returned channel roles. |
chan |
A Channel (object) |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
vRoles = chan.DefinedRoles 'Read |
C++ Syntax |
HRESULT get_DefinedRoles(Variant* roles); |
Interface |
IChannel22 |