ArcObjects Library Reference (SpatialAnalyst)  

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,
  VARIANT* scaleList
);
[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 scaleList [out, retval]   scaleList is a parameter of type VARIANT

Product Availability

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

See Also

IGPEvaluationScale Interface