AGI AgCommRadarFoundation 11 Send comments on this topic.
LowerBandLimit Property (IAgCRSignal)
See Also 





Description

Gets or sets the signal lower bandwidth limit in Hz.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LowerBandLimit();
public: __property void set_LowerBandLimit(
double
);

[Unmanaged C++]
public: HRESULT get_LowerBandLimit(
double * pRetVal
);
public: HRESULT put_LowerBandLimit(
double NewLowerBandLimit
);

[Java]
public double getLowerBandLimit();public void setLowerBandLimit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1