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





Windows & Linux

Description

Gets or sets the wavelength in the sensors spectral band to use for diffraction modeling calculations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wavelength() As Double
[C#]
public double Wavelength {get; set;}
[Managed C++]
public: __property double get_Wavelength();
public: __property void set_Wavelength( double );
[Unmanaged C++]
public: HRESULT get_Wavelength(
    double * pVal
);
public: HRESULT put_Wavelength(
    double newVal
);
[Java]
public double getWavelength();
public void setWavelength(
    double
);
[Python - STK API ]
@property
def Wavelength(self) -> float:

@Wavelength.setter
def Wavelength(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.