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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1