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





Windows & Linux

Description

Gets or sets 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
);
[Python - STK API ]
@property
def WavelengthType(self) -> "AgESnEOIRBandWavelengthType":

@WavelengthType.setter
def WavelengthType(self, newVal:"AgESnEOIRBandWavelengthType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.