Keysight Pathwave 89600 VSA .NET API
Contains Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > ConstellationStateCollection Class : Contains Method


item
Constellation state to find in the collection.

Glossary Item Box

Gets a value indicating whether the specified constellation state is contained within the collection.

Syntax

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

Parameters

item
Constellation state to find in the collection.

Return Value

true if it is in the collection; otherwise false

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also