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


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

IIndexingOptions.FullIndexInterval Property

Full index interval.

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