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






Windows & Linux

Description

Band effective detector quantum efficiency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property QEValue() As Double
[C#]
public double QEValue {get; set;}
[Managed C++]
public: __property double get_QEValue();
public: __property void set_QEValue( double );
[Unmanaged C++]
public: HRESULT get_QEValue(
    double * pVal
);
public: HRESULT put_QEValue(
    double newVal
);
[Java]
public double getQEValue();
public void setQEValue(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.