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






Windows & Linux

Description

The dark current noise rate from the detectors in electrons-per-second-per-detector.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DarkCurrent();
public: __property void set_DarkCurrent(
double
);

[Unmanaged C++]
public: HRESULT get_DarkCurrent(
double * pRetVal
);
public: HRESULT put_DarkCurrent(
double NewDarkCurrent
);

[Java]
public double getDarkCurrent();public void setDarkCurrent(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface