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





Description

Gets or set the detector gain.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DetectorGain();
public: __property void set_DetectorGain(
double
);

[Unmanaged C++]
public: HRESULT get_DetectorGain(
double * pRetVal
);
public: HRESULT put_DetectorGain(
double NewDetectorGain
);

[Java]
public double getDetectorGain();public void setDetectorGain(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1