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






Windows & Linux

Description

The relative position within the sensors spectral band to use as the reference wavelength for diffraction modeling calculations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WavelengthType() As AgESnEOIRBandWavelengthType
[C#]
public AgESnEOIRBandWavelengthType WavelengthType {get; set;}
[Managed C++]
public: __property AgESnEOIRBandWavelengthType get_WavelengthType();
public: __property void set_WavelengthType( AgESnEOIRBandWavelengthType );
[Unmanaged C++]
public: HRESULT get_WavelengthType(
    AgESnEOIRBandWavelengthType * pVal
);
public: HRESULT put_WavelengthType(
    AgESnEOIRBandWavelengthType newVal
);
[Java]
public AgESnEOIRBandWavelengthType getWavelengthType();
public void setWavelengthType(
    AgESnEOIRBandWavelengthType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.