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


IGPEvaluationScale.IsSame Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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,
  VARIANT_BOOL* bSame
);
[C++]

Parameters oldList [in] oldList is a parameter of type VARIANT bSame [out, retval] bSame is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPEvaluationScale Interface