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






Windows & Linux

Description

Gets or sets the sidelobe filter bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SidelobeClutterBandwidth() As Double

[C#]
public double SidelobeClutterBandwidth {get; set;}

[Managed C++]
public: __property double get_SidelobeClutterBandwidth();
public: __property void set_SidelobeClutterBandwidth(
double
);

[Unmanaged C++]
public: HRESULT get_SidelobeClutterBandwidth(
double * pRetVal
);
public: HRESULT put_SidelobeClutterBandwidth(
double NewSidelobeClutterBandwidth
);

[Java]
public double getSidelobeClutterBandwidth();public void setSidelobeClutterBandwidth(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface