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


IGPEvaluationScale.ScaleMax 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.ScaleMax Property
ArcGIS Developer Help

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