Description |
Returns whether or not the specified Cal Set exists on the VNA. |
VB Syntax |
calsets.Exists (string) |
Variable |
(Type) - Description |
calsets |
A Calsets (collection) |
string |
(String) Name or GUID of the Cal Set enclosed in quotes. |
Return Type |
Boolean True - Cal Set exists False - Cal Set does NOT exist |
Default |
Not Applicable |
Examples |
dim check |
C++ Syntax |
HRESULT Exists(BSTR nameOrGuid, VARIANT_BOOL * exists) |
Interface |
ICalSets2 |