AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface