AGI STK Objects 11 Send comments on this topic.
NumberOfWaveformDetections Property (IAgRadarModeMonostaticRae)
See Also 





Description

Gets or sets the number of individual waveform detections required.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberOfWaveformDetections() As Integer

[C#]
public int NumberOfWaveformDetections {get; set;}

[Managed C++]
public: __property int get_NumberOfWaveformDetections();
public: __property void set_NumberOfWaveformDetections(
int
);

[Unmanaged C++]
public: HRESULT get_NumberOfWaveformDetections(
int * pRetVal
);
public: HRESULT put_NumberOfWaveformDetections(
int NewNumberOfWaveformDetections
);

[Java]
public ppInteger getNumberOfWaveformDetections();public void setNumberOfWaveformDetections(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1