Gets or sets the number of layers.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property NumberOfLayers As Integer |
| C# | |
|---|
public abstract int NumberOfLayers {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int NumberOfLayers {
int get();
void set ( int value);
} |
Property Value
The default value is 2. The minimum is 1, and the maximum is 8.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight 89600 VSA
Ver 21.00
See Also