Keysight Pathwave 89600 VSA .NET API
Remove(MathFunction) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MathFunctionCollection Class > Remove Method : Remove(MathFunction) Method


item
MathFunction to remove from the collection

Glossary Item Box

Remove a MathFunction from the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Remove( _
   ByVal item As MathFunction _
) As Boolean
C# 
public abstract bool Remove( 
   MathFunction item
)
C++/CLI 
public:
abstract bool Remove( 
   MathFunction^ item
) 

Parameters

item
MathFunction to remove from the collection

Return Value

True, if the MathFunction was removed from the collection.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also