ArcObjects Library Reference (SpatialAnalyst)  

IGPSAWeightedOverlayTable.GetEvaluationScale Method

Get the evaluation scale used by the overlay table.

[Visual Basic .NET]
Public Function GetEvaluationScale ( _
) As IGPEvaluationScale
[C#]
public IGPEvaluationScale GetEvaluationScale (
);
[C++]
HRESULT GetEvaluationScale(
  IGPEvaluationScale** ppEvalScale
);
[C++]

Parameters

ppEvalScale [out, retval]

  ppEvalScale is a parameter of type IGPEvaluationScale

Product Availability

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

See Also

IGPSAWeightedOverlayTable Interface