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 * pVal
);
public: HRESULT put_DetectorDarkCurrent(
    double val
);
[Java]
public double getDetectorDarkCurrent();
public void setDetectorDarkCurrent(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.