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


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

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

No record for Search in Libraries found

See Also

IIndexingStatus Interface