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


IIndexingStatus.IndexingType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.IndexingType Property

Indicates the indexing type.

[Visual Basic .NET]
Public Property IndexingType As esriIndexingType
[C#]
public esriIndexingType IndexingType {get; set;}
[C++]
HRESULT get_IndexingType(
  esriIndexingType* IndexingType
);
[C++]
HRESULT put_IndexingType(
  esriIndexingType IndexingType
);
[C++]

Parameters IndexingType [out, retval]
IndexingType is a parameter of type esriIndexingType IndexingType [in]
IndexingType is a parameter of type esriIndexingType

Product Availability

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

See Also

IIndexingStatus Interface