This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.OutputValues Property (ArcObjects .NET 10.5 SDK) |
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.
[Visual Basic .NET] Public Property OutputValues As IDoubleArray
[C#] public IDoubleArray OutputValues {get; set;}
[C++]
HRESULT get_OutputValues(
IDoubleArray** ppOutputValues
);
[C++]
HRESULT putref_OutputValues(
IDoubleArray* ppOutputValues
);
[C++]
Parameters ppOutputValues [out, retval]
ppOutputValues is a parameter of type IDoubleArray ppOutputValues [in]
ppOutputValues is a parameter of type IDoubleArray