Read/Write |
|
Description |
Replaced with Custom Cal Window commands. Turns Calibration window ON or OFF during a calibration. Learn more. |
VB Syntax |
guidedCal.UseCalWindow = value |
Variable |
(Type) - Description |
guidedCal |
GuidedCalibration (object) |
value |
(Boolean) True Show calibration window False Hide calibration window |
Return Type |
Boolean |
Default |
True |
Example |
guided.UseCalWindow = True |
C++ Syntax |
HRESULT get_UseCalWindow(VARIANT_BOOL* val); HRESULT put_UseCalWindow(VARIANT_BOOL newVal); |
Interface |
IGuidedCalibration |