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


IIndexingStatus.NextIncrementalIndexingStartTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.NextIncrementalIndexingStartTime Property

Next Incremetal indexing start time.

[Visual Basic .NET]
Public Property NextIncrementalIndexingStartTime As String
[C#]
public string NextIncrementalIndexingStartTime {get; set;}
[C++]
HRESULT get_NextIncrementalIndexingStartTime(
  BSTR* nextIncremetalIndexingStartTime
);
[C++]
HRESULT put_NextIncrementalIndexingStartTime(
  BSTR nextIncremetalIndexingStartTime
);
[C++]

Parameters nextIncremetalIndexingStartTime [out, retval] nextIncremetalIndexingStartTime is a parameter of type BSTR nextIncremetalIndexingStartTime [in] nextIncremetalIndexingStartTime is a parameter of type BSTR

Product Availability

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

See Also

IIndexingStatus Interface