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


IDataSourceConfiguration.RepeatInterval Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IDataSourceConfiguration.RepeatInterval Property

Repeat interval of indexing.

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

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

Product Availability

No record for Search in Libraries found

See Also

IDataSourceConfiguration Interface