Keysight 89600 VSA .NET API
Remove Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulationCollection Class : Remove Method


item
CustomModulation to remove from the collection

Glossary Item Box

Removes the indicated CustomModulation from the collection.

Syntax

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

Parameters

item
CustomModulation to remove from the collection

Return Value

True, if the CustomModulation was removed from the collection. False otherwise.

Remarks

The minimum number of CustomModulation items is 1.

Requirements

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

See Also