ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments.OutputField Property

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