This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.OutputField Property (ArcObjects .NET 10.5 SDK) |
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