Gets or sets the mainlobe filter bandwidth.
Read-write property
[Visual Basic .NET] |
---|
Public Property MainlobeClutterBandwidth() As Double |
[C#] |
---|
public double MainlobeClutterBandwidth {get; set;} |
[Managed C++] |
---|
public: __property double get_MainlobeClutterBandwidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_MainlobeClutterBandwidth( double * pVal ); public: HRESULT put_MainlobeClutterBandwidth( double val ); |
[Java] |
---|
public double getMainlobeClutterBandwidth(); public void setMainlobeClutterBandwidth( double ); |