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






Windows & Linux

Description

Gets or sets the goal SNR value.

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 * pVal
);
public: HRESULT put_SNR(
    double val
);
[Java]
public double getSNR();
public void setSNR(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.