Write-only |
Description |
Resets the specified guided cal connection step as unmeasured. This clears all previous measurements made for that step. |
VB Syntax |
guided.ResetStep (n) |
Variable |
(Type) - Description |
guided |
GuidedCalibration (object) |
n |
Guided Cal step number to reset as unmeasured. Use GenerateSteps Method to read the number of steps in the calibration. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
obj.ResetStep(4) |
C++ Syntax |
HRESULT ResetStep(long step); |
Interface |
IGuidedCalibration10 |