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


IRemapFunctionArguments.OutputValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.OutputValues Property
ArcGIS Developer Help

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