T
The type of the zone.
Keysight Pathwave 89600 VSA .NET API
ZoneCollection<T> Class
Members  See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace : ZoneCollection<T> Class


Glossary Item Box

Base class collection of zones of a specific zone type.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ZoneCollection(Of T As NamedItemBase) 
   Inherits Agilent.SA.Vsa.RemotableCollection(Of T)
   Implements Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase(Of T)Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 
C++/CLI 
generic<typename T>
public ref class ZoneCollection abstract : public Agilent.SA.Vsa.RemotableCollection<T>, Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase<T>Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T: NamedItemBase

Type Parameters

T
The type of the zone.

Requirements

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

See Also