Gets or sets the reference bandwidth.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferenceBandwidth() As AgECommSystemReferenceBandwidth |
| [C#] |
|---|
public AgECommSystemReferenceBandwidth ReferenceBandwidth {get; set;} |
| [Managed C++] |
|---|
public: __property AgECommSystemReferenceBandwidth get_ReferenceBandwidth(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECommSystemReferenceBandwidth getReferenceBandwidth(); public void setReferenceBandwidth( AgECommSystemReferenceBandwidth ); |
[Python - STK API ] |
|---|
@property def ReferenceBandwidth(self) -> "AgECommSystemReferenceBandwidth": @ReferenceBandwidth.setter def ReferenceBandwidth(self, val:"AgECommSystemReferenceBandwidth") -> None: |






