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


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

IIndexingOptions.FullIndexInterval Property

Full index interval.

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

No record for Search in Libraries found

See Also

IIndexingOptions Interface