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


INDVIFunctionArguments2.VisibleBandWavelength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IN > INDVIFunctionArguments2 Interface > INDVIFunctionArguments2.VisibleBandWavelength Property
ArcGIS Developer Help

INDVIFunctionArguments2.VisibleBandWavelength Property

Visible band wavelength.

[Visual Basic .NET]
Public Property VisibleBandWavelength As Double
[C#]
public double VisibleBandWavelength {get; set;}
[C++]
HRESULT get_VisibleBandWavelength(
  System.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