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