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


IRemap.MinOutputValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRemap Interface > IRemap.MinOutputValue Property
ArcGIS Developer Help

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