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


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

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