This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.ScaleMin Property (ArcObjects .NET 10.4 SDK) |
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