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






Windows & Linux

Description

Sensitivity or Saturation Equivalent value

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EquivalentValue() As Double
[C#]
public double EquivalentValue {get; set;}
[Managed C++]
public: __property double get_EquivalentValue();
public: __property void set_EquivalentValue( double );
[Unmanaged C++]
public: HRESULT get_EquivalentValue(
    double * pVal
);
public: HRESULT put_EquivalentValue(
    double newVal
);
[Java]
public double getEquivalentValue();
public void setEquivalentValue(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.