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.InputField Property (ArcObjects .NET 10.5 SDK) |
The field in the Attribute table that contains (minimum) pixel values.
[Visual Basic .NET] Public Property InputField As String
[C#] public string InputField {get; set;}
[C++]
HRESULT get_InputField(
BSTR* pInputField
);
[C++]
HRESULT put_InputField(
BSTR pInputField
);
[C++]
Parameters pInputField [out, retval] pInputField is a parameter of type BSTR pInputField [in] pInputField is a parameter of type BSTR