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


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

IRemapFunctionArguments.InputField Property

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(
  System.String* 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

Product Availability

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

See Also

IRemapFunctionArguments Interface