AGI STK Objects 11 Send comments on this topic.
SNR Property (IAgRadarContinuousWaveAnalysisModeGoalSNR)
See Also 





Description

Gets or sets the goal SNR.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SNR() As Double

[C#]
public double SNR {get; set;}

[Managed C++]
public: __property double get_SNR();
public: __property void set_SNR(
double
);

[Unmanaged C++]
public: HRESULT get_SNR(
double * pRetVal
);
public: HRESULT put_SNR(
double NewSNR
);

[Java]
public double getSNR();public void setSNR(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1