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


ISpectralConversionFunctionArguments.ConversionMatrix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpectralConversionFunctionArguments Interface > ISpectralConversionFunctionArguments.ConversionMatrix Property
ArcGIS Developer Help

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