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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.