Write-only |
About Cal Sets |
Description |
Removes a name-value pair from the Cal Set. Send the Save (CalSet) Method to save the edited CalSet to the VNA. See AlsoItem Property (Learn about name-value pairs) |
VB Syntax |
CalSet.RemoveItem (name) |
Variable |
(Type) - Description |
CalSet |
(object) - A CalSet object |
name |
(String) Name of the item. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT RemoveItem (VARIANT* itemNames); |
Interface |
ICalSet6 |