Write-only |
|
Description |
Creates a custom cal object. |
VB Syntax |
calmgr.CreateCustomCal(CalType) |
Variable |
(Type) - Description |
calMgr |
Cal Manager (Object) |
CalType |
(String) Name of the calibration. Choose from: "VMC" or "VectorMixerCal.VMCType" "SMC" or "ScalarMixerCal.SMCType" See Also SMCType Object VMCType Object |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Dim CalMgr As ICalManager2 |
C++ Syntax |
HRESULT CreateCustomCal( BSTR CustomCal) |
Interface |
ICalManager2 |