Keysight Pathwave 89600 VSA .NET API
FramePartIndex Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > Allocation Class : FramePartIndex Property


Glossary Item Box

Gets or sets the index of the FramePart that this allocation belongs to.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property FramePartIndex As Integer
C# 
public abstract int FramePartIndex {get; set;}
C++/CLI 
public:
abstract property int FramePartIndex {
   int get();
   void set (    int value);
}

Remarks

The FramePartIndex is subject to the FramePartCollection. When the collection count changes, the FramePartIndex may change.

Requirements

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

See Also