This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.GetScaleList Method (ArcObjects .NET 10.5 SDK) |
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