STK ObjectsSend comments on this topic.
ReferenceBandwidth Property (IAgCommSystem)
See Also
Windows





Windows & Linux

Description

Gets or sets the reference bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceBandwidth() As AgECommSystemReferenceBandwidth
[C#]
public AgECommSystemReferenceBandwidth ReferenceBandwidth {get; set;}
[Managed C++]
public: __property AgECommSystemReferenceBandwidth get_ReferenceBandwidth();
public: __property void set_ReferenceBandwidth( AgECommSystemReferenceBandwidth );
[Unmanaged C++]
public: HRESULT get_ReferenceBandwidth(
    AgECommSystemReferenceBandwidth * pVal
);
public: HRESULT put_ReferenceBandwidth(
    AgECommSystemReferenceBandwidth val
);
[Java]
public AgECommSystemReferenceBandwidth getReferenceBandwidth();
public void setReferenceBandwidth(
    AgECommSystemReferenceBandwidth
);
[Python - STK API ]
@property
def ReferenceBandwidth(self) -> "AgECommSystemReferenceBandwidth":

@ReferenceBandwidth.setter
def ReferenceBandwidth(self, val:"AgECommSystemReferenceBandwidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.