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





Description

Gets or sets the mainlobe filter bandwidth.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MainlobeClutterBandwidth();
public: __property void set_MainlobeClutterBandwidth(
double
);

[Unmanaged C++]
public: HRESULT get_MainlobeClutterBandwidth(
double * pRetVal
);
public: HRESULT put_MainlobeClutterBandwidth(
double NewMainlobeClutterBandwidth
);

[Java]
public double getMainlobeClutterBandwidth();public void setMainlobeClutterBandwidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1