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


Glossary Item Box

Gets or sets all the colors (as strings) in the spectrogram user color map.

Syntax

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

Remarks

The colors are in a serializable form (as strings).

Requirements

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

See Also