Keysight Pathwave 89600 VSA .NET API
RemovePoint Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LimitLine Class : RemovePoint Method


index
Index for the point to be removed.

Glossary Item Box

Remove the passed point from the limit line.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub RemovePoint( _
   ByVal index As Integer _
) 
C# 
public abstract void RemovePoint( 
   int index
)
C++/CLI 
public:
abstract void RemovePoint( 
   int index
) 

Parameters

index
Index for the point to be removed.

Remarks

The first point is at index 0.

Requirements

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

See Also