Write-only |
|
Description |
Specifies a Cal Set as a source of delta match correction. If ‘GUID’ is not supplied then the Global Delta Match Cal Set is assumed. An error is returned if the specified Cal Set does not meet the following Delta Match criteria. The Global Delta Match Cal can ALWAYS be applied.
|
VB Syntax |
guided.ApplyDeltaMatchFromCalSet [GUID] |
Variable |
(Type) - Description |
guided |
GuidedCalibration (object) |
GUID |
Optional Argument. GUID of the Cal Set to use. If unspecified, the Global Delta Match Cal Set is used. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
guided.ApplyDeltaMatchFromCalSet "{2B893E7A-971A-11d5-8D6C-00108334AE96}" |
C++ Syntax |
HRESULT ApplyDeltaMatchFromCalSet(BSTR calsetGUID); |
Interface |
IGuidedCalibration2 |