AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_WavelengthType(
AgESnEOIRBandWavelengthType NewWavelengthType
);

[Java]
public AgESnEOIRBandWavelengthType getWavelengthType();public void setWavelengthType(
AgESnEOIRBandWavelengthType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface