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


IIndexingStatus.NextIndexingType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.NextIndexingType Property

Indicates next indexing type.

[Visual Basic .NET]
Public Property NextIndexingType As esriIndexingType
[C#]
public esriIndexingType NextIndexingType {get; set;}
[C++]
HRESULT get_NextIndexingType(
  esriIndexingType* IndexingType
);
[C++]
HRESULT put_NextIndexingType(
  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