ArcObjects Library Reference (SpatialAnalyst)  

IGPEvaluationScale.ScaleMin Property

The minimum scale value.

[Visual Basic .NET]
Public Property ScaleMin As Double
[C#]
public double ScaleMin {get; set;}
[C++]
HRESULT get_ScaleMin(
  double* min
);
[C++]
HRESULT put_ScaleMin(
  double min
);
[C++]

Parameters

min [out, retval]   min is a parameter of type double min [in]   min is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPEvaluationScale Interface