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


IDataSourceConfiguration.RepeatInterval Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

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(
  long* 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

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

See Also

IDataSourceConfiguration Interface