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

@QEValue.setter
def QEValue(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.