STK ObjectsSend 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
);
[Python - STK API ]
@property
def DetectorDarkCurrent(self) -> float:

@DetectorDarkCurrent.setter
def DetectorDarkCurrent(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.