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


Glossary Item Box

Gets or sets the application window layout.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property LayoutString As String
C# 
public abstract string LayoutString {get; set;}
C++/CLI 
public:
abstract property String^ LayoutString {
   String^ get();
   void set (    String^ value);
}

Remarks

The layout string is the same text that is in the layout file (see SaveLayout and RecallLayout).

Requirements

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

See Also