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





Description

Gets or set the detector noise figure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorNoiseFigure() As Double

[C#]
public double DetectorNoiseFigure {get; set;}

[Managed C++]
public: __property double get_DetectorNoiseFigure();
public: __property void set_DetectorNoiseFigure(
double
);

[Unmanaged C++]
public: HRESULT get_DetectorNoiseFigure(
double * pRetVal
);
public: HRESULT put_DetectorNoiseFigure(
double NewDetectorNoiseFigure
);

[Java]
public double getDetectorNoiseFigure();public void setDetectorNoiseFigure(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1