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






Windows & Linux

Description

The radiant energy units for saturation and sensitivity, Irradiance better suited for observing point sources or Radiance better suited for resolved images.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaturationMode() As AgESnEOIRBandSaturationMode
[C#]
public AgESnEOIRBandSaturationMode SaturationMode {get; set;}
[Managed C++]
public: __property AgESnEOIRBandSaturationMode get_SaturationMode();
public: __property void set_SaturationMode(
   AgESnEOIRBandSaturationMode
);
[Unmanaged C++]
public: HRESULT get_SaturationMode(
   AgESnEOIRBandSaturationMode * pRetVal
);
public: HRESULT put_SaturationMode(
   AgESnEOIRBandSaturationMode NewSaturationMode
);
[Java]
public AgESnEOIRBandSaturationMode getSaturationMode();public void setSaturationMode(
   AgESnEOIRBandSaturationMode
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.