Gets or sets the cut-off spectral wavelength of the current sensor band at least one nanometer greater than the cut-on value.
Read-write property
[Visual Basic .NET] |
---|
Public Property HighBandEdgeWL() As Double |
[C#] |
---|
public double HighBandEdgeWL {get; set;} |
[Managed C++] |
---|
public: __property double get_HighBandEdgeWL(); |
[Unmanaged C++] |
---|
public: HRESULT get_HighBandEdgeWL( double * pVal ); public: HRESULT put_HighBandEdgeWL( double newVal ); |
[Java] |
---|
public double getHighBandEdgeWL(); public void setHighBandEdgeWL( double ); |