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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1