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





Description

Gets or sets the signal upper bandwidth limit in Hz.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_UpperBandLimit();
public: __property void set_UpperBandLimit(
double
);

[Unmanaged C++]
public: HRESULT get_UpperBandLimit(
double * pRetVal
);
public: HRESULT put_UpperBandLimit(
double NewUpperBandLimit
);

[Java]
public double getUpperBandLimit();public void setUpperBandLimit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1