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






Windows & Linux

Description

Gets or set the detector dark current.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorDarkCurrent() As Double
[C#]
public double DetectorDarkCurrent {get; set;}
[Managed C++]
public: __property double get_DetectorDarkCurrent();
public: __property void set_DetectorDarkCurrent(
   double
);
[Unmanaged C++]
public: HRESULT get_DetectorDarkCurrent(
   double * pRetVal
);
public: HRESULT put_DetectorDarkCurrent(
   double NewDetectorDarkCurrent
);
[Java]
public double getDetectorDarkCurrent();public void setDetectorDarkCurrent(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.