Description
Gets or sets the IF bandwidth. This property
is read only for monostatic radar systems.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property IFBandwidth() As Double
|
| [C#] |
public double IFBandwidth {get; set;}
|
| [Managed C++] |
public: __property double get_IFBandwidth();
public: __property void set_IFBandwidth(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_IFBandwidth(
double * pRetVal
);
public: HRESULT put_IFBandwidth(
double NewIFBandwidth
);
|
| [Java] |
public double getIFBandwidth();public void setIFBandwidth(
double
);
|
See Also