ArcObjects Library Reference (DataSourcesRaster)  

ISpectralConversionFunctionArguments.ConversionMatrix Property

The spectral conversion matrix.

[Visual Basic .NET]
Public Property ConversionMatrix As IDoubleArray
[C#]
public IDoubleArray ConversionMatrix {get; set;}
[C++]
HRESULT get_ConversionMatrix(
  IDoubleArray** ppMatrix
);
[C++]
HRESULT putref_ConversionMatrix(
  IDoubleArray* ppMatrix
);
[C++]

Parameters

ppMatrix [out, retval]

  ppMatrix is a parameter of type IDoubleArray

ppMatrix [in]

  ppMatrix is a parameter of type IDoubleArray

Product Availability

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

See Also

ISpectralConversionFunctionArguments Interface