Remarks
Determines if the embedded Spectrum visual feedback will display graphic "peaks" over the "bands".
Syntax
[Visual Basic]
Public Function get_HasPeaks (
nPlayerIndex as Int16
) as Boolean
Public Sub set_HasPeaks (
nPlayerIndex as Int16,
bHasPeaks as Boolean
)
|
|
[C#]
public bool get_HasPeaks (
Int16 nPlayerIndex
);
public void set_HasPeaks (
Int16 nPlayerIndex,
bool bHasPeaks
);
|
|
[C++]
public: bool get_HasPeaks (
Int16 nPlayerIndex
);
public: void set_HasPeaks (
Int16 nPlayerIndex,
bool bHasPeaks
);
|
|
Parameter
|
Description
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the player that will use the Spectrum
|
bHasPeaks
|
Mnemonic value
|
Meaning
|
false
|
No peaks
|
true (default)
|
Visible peaks
|
|
See also
Spectrum class.
DisplaySpectrum property
How to use the embedded Visual Feedbacks section.
|