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






Windows & Linux

Description

Gets or set the bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Bandwidth() As Double
[C#]
public double Bandwidth {get; set;}
[Managed C++]
public: __property double get_Bandwidth();
public: __property void set_Bandwidth(
   double
);
[Unmanaged C++]
public: HRESULT get_Bandwidth(
   double * pRetVal
);
public: HRESULT put_Bandwidth(
   double NewBandwidth
);
[Java]
public double getBandwidth();public void setBandwidth(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.