Read-only |
About Cal Sets |
Description |
Returns a list of error terms found in the Cal Set containing the specified text filter. Learn more about Reading and Writing Cal Data |
VB Syntax |
list = CalSet.GetErrorTermList2(setNumber, filter) |
Variable |
(Type) - Description |
list |
(Variant) Variant containing a string array of error term names. |
CalSet |
(object) - A CalSet object |
setNumber |
(Long) There can be more than one set of error terms in a Cal Set.
|
filter |
(String) This string is used as a filter so that only the error term names of interest are returned. If the filter is empty, all terms are returned. The string is case-insensitive. Here are some examples:
|
Return Type |
Variant |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetErrorTermList2 (long SetNumber, BSTR filter, VARIANT* list) |
Interface |
ICalSet2 |