AGI STK Objects 11 Send comments on this topic.
LNABandwidth Property (IAgRadarReceiver)
See Also 





Description

Gets or sets the LNA bandwidth.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LNABandwidth();
public: __property void set_LNABandwidth(
double
);

[Unmanaged C++]
public: HRESULT get_LNABandwidth(
double * pRetVal
);
public: HRESULT put_LNABandwidth(
double NewLNABandwidth
);

[Java]
public double getLNABandwidth();public void setLNABandwidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1