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


Glossary Item Box

Remove the last marker from the marker collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub RemoveLast() 
C# 
public abstract void RemoveLast()
C++/CLI 
public:
abstract void RemoveLast(); 

Remarks

The first marker in the collection cannot be removed.

Requirements

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

See Also