Amplitudes property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

long Amplitudes (long lIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Read Only) Gets an array of integers that represent shear wave amplitude values.

The Amplitudes property is associated with the following dialog boxes:

FreeHandWave dialog box:

In this case it represents the wave amplitudes.

WaveShear dialog box:

In this case it represents the shear wave values. The valid value of each element in the Amplitudes property is between –1000 and 1000. These values are obtained through the WaveShear Dialog box, or, for image processing; they may be obtained from the GetCurvePoints method.

You can get the number of items in this array property in the AmplitudesCount property.

The Amplitudes property will be valid after you call one of the dialog boxes associated with this property successfully.

See Also

Elements

ShowFreeHandWaveDlg method, ShowWaveShearDlg method, AmplitudesCount property, Scale property, WaveLength property, Angle property, FillColor property