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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.