AGI STK Objects 11 Send comments on this topic.
UpperBandwidthLimit Property (IAgRFFilterModel)
See Also 





Description

Gets or sets the upper bandwidth limit.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_UpperBandwidthLimit();
public: __property void set_UpperBandwidthLimit(
double
);

[Unmanaged C++]
public: HRESULT get_UpperBandwidthLimit(
double * pRetVal
);
public: HRESULT put_UpperBandwidthLimit(
double NewUpperBandwidthLimit
);

[Java]
public double getUpperBandwidthLimit();public void setUpperBandwidthLimit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1