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





Windows & Linux

Description

Gets or sets the cut-on spectral wavelength of the current sensor band at least one nanometer less than the cut-off value.

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 * pVal
);
public: HRESULT put_LowBandEdgeWL(
    double newVal
);
[Java]
public double getLowBandEdgeWL();
public void setLowBandEdgeWL(
    double
);
[Python - STK API ]
@property
def LowBandEdgeWL(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.