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


IGPSARemap.MinOutputValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.MinOutputValue Property
ArcGIS Developer Help

IGPSARemap.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. Requires Spatial Analyst Extension.

See Also

IGPSARemap Interface