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


IGPEvaluationScale.ScaleMax Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPEvaluationScale.ScaleMax Property

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

Product Availability

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

See Also

IGPEvaluationScale Interface