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


IIndexingOptions.IncrementalIndexInterval Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingOptions.IncrementalIndexInterval Property

Incremental index interval.

[Visual Basic .NET]
Public Property IncrementalIndexInterval As Integer
[C#]
public int IncrementalIndexInterval {get; set;}
[C++]
HRESULT get_IncrementalIndexInterval(
  System.Int32* pInterval
);
[C++]
HRESULT put_IncrementalIndexInterval(
  long pInterval
);
[C++]
Parameters
pInterval [out, retval]

pInterval is a parameter of type long* pInterval [in]
pInterval is a parameter of type long

Product Availability

No record for Search in Libraries found

See Also

IIndexingOptions Interface