Read-only |
About Cal Sets |
Description |
Returns a list of standards names found in the Cal Set object for the specified text filter. Note: The “Standards data” container in the calset is intended for internal use only. External access is provided for use in diagnosing calibration problems. Users should not form any expectations as to the presence of the data or the naming conventions used. |
VB Syntax |
list = calset.GetStandardList2(standard filter) |
Variable |
(Type) - Description |
calset |
(object) - A CalSet object |
list |
(Variant) Variant containing a string array of standards for the specified filter. |
standard filter |
(String) This string is used as a filter so that only the standards of interest are returned. If the filter is empty, all standards are returned. The string is case-insensitive. Here are some examples:
|
Return Type |
Variant |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetStandardList2 (BSTR filter, VARIANT* list) |
Interface |
ICalSet2 |