ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments.InputField Property

Field in the Attribute table that contains 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