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


IGPEvaluationScale.GetScaleList Method (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.GetScaleList Method
ArcGIS Developer Help

IGPEvaluationScale.GetScaleList Method

Builds a scale and returns it as a list.

[Visual Basic .NET]
Public Function GetScaleList ( _
    ByVal min As Integer, _
    ByVal max As Integer, _
    ByVal Increment As Integer _
) As Object
[C#]
public object GetScaleList (
    int min,
    int max,
    int Increment
);
[C++]
HRESULT GetScaleList(
  long min,
  long max,
  long Increment
);
[C++]
Parameters
min [in]

min is a parameter of type long max [in]
max is a parameter of type long Increment [in]
Increment is a parameter of type long

Product Availability

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

See Also

IGPEvaluationScale Interface