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


IRemapFunctionArguments.InputField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

Product Availability

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

See Also

IRemapFunctionArguments Interface