AGI STK Objects 11 Send comments on this topic.
ReferenceBandwidth Property (IAgCommSystem)
See Also 





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 * pRetVal
);
public: HRESULT put_ReferenceBandwidth(
AgECommSystemReferenceBandwidth NewReferenceBandwidth
);

[Java]
public AgECommSystemReferenceBandwidth getReferenceBandwidth();public void setReferenceBandwidth(
AgECommSystemReferenceBandwidth
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1