This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpectralConversionFunctionArguments Interface > ISpectralConversionFunctionArguments.ConversionMatrix Property (ArcObjects .NET 10.4 SDK) |
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