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


Glossary Item Box

Gets or sets an array containing the Connect values for all points in the limit line.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ConnectPoints As Boolean()
C# 
public abstract bool[] ConnectPoints {get; set;}
C++/CLI 
public:
abstract property array<bool>^ ConnectPoints {
   array<bool>^ get();
   void set (    array<bool>^ value);
}

Remarks

ConnectPoints is an array of booleans that is Count elements long. This property returns an empty variant if Count is zero. ConnectPoints is always the same size as XPoints and YPoints. Use SetPoints to set the connect-values (along with X- and Y-values) of all points in the limit line.

Requirements

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

See Also