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


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

IGPEvaluationScale.IsSame Method

Verifies whether two scales are identical.

[Visual Basic .NET]
Public Function IsSame ( _
    ByVal oldList As Object _
) As Boolean
[C#]
public bool IsSame (
    object oldList
);
[C++]
HRESULT IsSame(
  VARIANT oldList
);
[C++]
Parameters
oldList [in]

oldList 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