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






Windows & Linux

Description

Option for enabling/disabling the mainlobe clutter filter.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableMainlobeClutter() As Boolean
[C#]
public bool EnableMainlobeClutter {get; set;}
[Managed C++]
public: __property bool get_EnableMainlobeClutter();
public: __property void set_EnableMainlobeClutter( bool );
[Unmanaged C++]
public: HRESULT get_EnableMainlobeClutter(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableMainlobeClutter(
    VARIANT_BOOL val
);
[Java]
public bool getEnableMainlobeClutter();
public void setEnableMainlobeClutter(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.