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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.