STK ObjectsSend comments on this topic.
SaturationMode Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_SaturationMode(
    AgESnEOIRBandSaturationMode newVal
);
[Java]
public AgESnEOIRBandSaturationMode getSaturationMode();
public void setSaturationMode(
    AgESnEOIRBandSaturationMode
);
[Python - STK API ]
@property
def SaturationMode(self) -> "AgESnEOIRBandSaturationMode":

@SaturationMode.setter
def SaturationMode(self, newVal:"AgESnEOIRBandSaturationMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.