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


IRemapFunctionArguments.OutputField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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