AGI STK Objects 11 Send comments on this topic.
Bandwidth Property (IAgReceiverModelLaser)
See Also 





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 * pRetVal
);
public: HRESULT put_Bandwidth(
double NewBandwidth
);

[Java]
public double getBandwidth();public void setBandwidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1