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





Description

Gets or set the detector efficiency.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DetectorEfficiency();
public: __property void set_DetectorEfficiency(
double
);

[Unmanaged C++]
public: HRESULT get_DetectorEfficiency(
double * pRetVal
);
public: HRESULT put_DetectorEfficiency(
double NewDetectorEfficiency
);

[Java]
public double getDetectorEfficiency();public void setDetectorEfficiency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1