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


IRemapFunctionArguments2.InputMaxField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments2 Interface > IRemapFunctionArguments2.InputMaxField Property
ArcGIS Developer Help

IRemapFunctionArguments2.InputMaxField Property

The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

[Visual Basic .NET]
Public Property InputMaxField As String
[C#]
public string InputMaxField {get; set;}
[C++]
HRESULT get_InputMaxField(
  System.String* pInputMaxField
);
[C++]
HRESULT put_InputMaxField(
  BSTR pInputMaxField
);
[C++]
Parameters
pInputMaxField [out, retval]

pInputMaxField is a parameter of type BSTR* pInputMaxField [in]
pInputMaxField is a parameter of type BSTR

Product Availability

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

See Also

IRemapFunctionArguments2 Interface