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


IRemap.MinOutputValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRemap.MinOutputValue Property

The minimum output value.

[Visual Basic .NET]
Public ReadOnly Property MinOutputValue As Integer
[C#]
public int MinOutputValue {get;}
[C++]
HRESULT get_MinOutputValue(
  long* MinValue
);
[C++]

Parameters MinValue [out, retval] MinValue is a parameter of type long

Product Availability

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

See Also

IRemap Interface