Read-only |
Description |
Returns the port numbers for which delta match correction is required. 0 (zero) is returned if the Cal does NOT require Delta Match correction for one of the following reasons:
|
VB Syntax |
value = guided.PortsNeedingDeltaMatch |
Variable |
(Type) - Description |
value |
(Variant) Variable to store the returned list of port numbers. |
guided |
GuidedCalibration (object) |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
Dim ports As Variant |
C++ Syntax |
HRESULT get_PortsNeedingDeltaMatch (VARIANT* portList); |
Interface |
IGuidedCalibration2 |