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


IRemapFunctionArguments.OutputValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments.OutputValues Property

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

Product Availability

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

See Also

IRemapFunctionArguments Interface