Description
Option for enabling/disabling the sidelobe clutter filter.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableSidelobeClutter() As Boolean
|
[C#] |
---|
public bool EnableSidelobeClutter {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableSidelobeClutter(); public: __property void set_EnableSidelobeClutter( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableSidelobeClutter( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableSidelobeClutter( VARIANT_BOOL NewEnableSidelobeClutter );
|
[Java] |
---|
public bool getEnableSidelobeClutter();public void setEnableSidelobeClutter( bool );
|
See Also