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 * pVal
);
public: HRESULT put_Bandwidth(
    double val
);
[Java]
public double getBandwidth();
public void setBandwidth(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.