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


IRemapFunctionArguments.OutputField 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.OutputField Property
ArcGIS Developer Help

IRemapFunctionArguments.OutputField Property

The field in the attribute table containing the remapped values.

[Visual Basic .NET]
Public Property OutputField As String
[C#]
public string OutputField {get; set;}
[C++]
HRESULT get_OutputField(
  System.String* pOutputField
);
[C++]
HRESULT put_OutputField(
  BSTR pOutputField
);
[C++]
Parameters
pOutputField [out, retval]

pOutputField is a parameter of type BSTR* pOutputField [in]
pOutputField is a parameter of type BSTR

Product Availability

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

See Also

IRemapFunctionArguments Interface