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


IIndexingStatus.NextIndexingType Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

IIndexingStatus Interface