AGI STK Objects 11 Send comments on this topic.
IFBandwidth Property (IAgRadarWaveformSarPulseIntegration)
See Also 





Description

Gets or sets the IF bandwidth.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_IFBandwidth();
public: __property void set_IFBandwidth(
double
);

[Unmanaged C++]
public: HRESULT get_IFBandwidth(
double * pRetVal
);
public: HRESULT put_IFBandwidth(
double NewIFBandwidth
);

[Java]
public double getIFBandwidth();public void setIFBandwidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1