This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.ScaleMax Property (ArcObjects .NET 10.4 SDK) |
The maximum scale value.
[Visual Basic .NET] Public Property ScaleMax As Double
[C#] public double ScaleMax {get; set;}
[C++]
HRESULT get_ScaleMax(
double* max
);
[C++]
HRESULT put_ScaleMax(
double max
);
[C++]
Parameters max [out, retval] max is a parameter of type double max [in] max is a parameter of type double