Gets or sets the relative position within the sensors spectral band to use as the reference wavelength for diffraction modeling calculations.
Read-write property
[Visual Basic .NET] |
---|
Public Property WavelengthType() As AgESnEOIRBandWavelengthType |
[C#] |
---|
public AgESnEOIRBandWavelengthType WavelengthType {get; set;} |
[Managed C++] |
---|
public: __property AgESnEOIRBandWavelengthType get_WavelengthType(); |
[Unmanaged C++] |
---|
public: HRESULT get_WavelengthType( AgESnEOIRBandWavelengthType * pVal ); public: HRESULT put_WavelengthType( AgESnEOIRBandWavelengthType newVal ); |
[Java] |
---|
public AgESnEOIRBandWavelengthType getWavelengthType(); public void setWavelengthType( AgESnEOIRBandWavelengthType ); |
[Python - STK API ] |
---|
@property def WavelengthType(self) -> "AgESnEOIRBandWavelengthType": @WavelengthType.setter def WavelengthType(self, newVal:"AgESnEOIRBandWavelengthType") -> None: |