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


IItemIndex3.Compare Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndex3.Compare Method

Compares with another index.

[Visual Basic .NET]
Public Function Compare ( _
    ByVal indexDirectory As String _
) As IStringArray
[C#]
public IStringArray Compare (
    string indexDirectory
);
[C++]
HRESULT Compare(
  BSTR indexDirectory,
  IStringArray** ppDiffs
);
[C++]

Parameters indexDirectory [in] indexDirectory is a parameter of type BSTR ppDiffs [out, retval]
ppDiffs is a parameter of type IStringArray

Product Availability

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

See Also

IItemIndex3 Interface