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





Description

The cut-on spectral wavelength of the current sensor band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowBandEdgeWL() As Double

[C#]
public double LowBandEdgeWL {get; set;}

[Managed C++]
public: __property double get_LowBandEdgeWL();
public: __property void set_LowBandEdgeWL(
double
);

[Unmanaged C++]
public: HRESULT get_LowBandEdgeWL(
double * pRetVal
);
public: HRESULT put_LowBandEdgeWL(
double NewLowBandEdgeWL
);

[Java]
public double getLowBandEdgeWL();public void setLowBandEdgeWL(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1