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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1