Read-only |
About CalPod as ECal |
Description |
Returns whether the device that was specified by ECalID is a CalPod module, which is capable of being characterized as an in situ device. |
VB Syntax |
value = ecalUser.SupportsInSituCharacterization |
Variable |
(Type) - Description |
value |
(Boolean) True - Device is a CalPod module False Device is NOT a CalPod module |
ecalUser |
An ECalUserCharacterizer (object) |
Return Type |
Boolean |
Examples |
Value = ecalUser.SupportsInSituCharacterization |
C++ Syntax |
HRESULT get_SupportsInSituCharacterization(VARIANT_BOOL *value); |
Interface |
IECalUserCharacterizer3 |