STK ObjectsSend 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
);
[Python - STK API ]
@property
def EnableMainlobeClutter(self) -> bool:

@EnableMainlobeClutter.setter
def EnableMainlobeClutter(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.