STK ObjectsSend 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
);
[Python - STK API ]
@property
def Bandwidth(self) -> float:

@Bandwidth.setter
def Bandwidth(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.