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


IIndexingOptions.IncrementalIndexInterval Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IIndexingOptions.IncrementalIndexInterval Property

Incremental index interval.

[Visual Basic .NET]
Public Property IncrementalIndexInterval As Integer
[C#]
public int IncrementalIndexInterval {get; set;}
[C++]
HRESULT get_IncrementalIndexInterval(
  long* 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

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

See Also

IIndexingOptions Interface