AGI STK Objects 11Send comments on this topic.
EnableSidelobeClutter Property (IAgRadarDopplerClutterFilters)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_EnableSidelobeClutter(
    VARIANT_BOOL val
);
[Java]
public bool getEnableSidelobeClutter();
public void setEnableSidelobeClutter(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.