This document is archived and information here might be outdated.  Recommended version.


INDVIFunctionArguments2.VisibleBandWavelength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

INDVIFunctionArguments2.VisibleBandWavelength Property

Visible band wavelength.

[Visual Basic .NET]
Public Property VisibleBandWavelength As Double
[C#]
public double VisibleBandWavelength {get; set;}
[C++]
HRESULT get_VisibleBandWavelength(
  double* pVisibleBandWavelength
);
[C++]
HRESULT put_VisibleBandWavelength(
  double pVisibleBandWavelength
);
[C++]

Parameters pVisibleBandWavelength [out, retval] pVisibleBandWavelength is a parameter of type double pVisibleBandWavelength [in] pVisibleBandWavelength is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INDVIFunctionArguments2 Interface