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






Windows & Linux

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 * pVal
);
public: HRESULT put_NumberOfWaveformDetections(
    int val
);
[Java]
public Integer getNumberOfWaveformDetections();
public void setNumberOfWaveformDetections(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.