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


IIndexingStatus.NextFullIndexingStartTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.NextFullIndexingStartTime Property

Next Full indexing start time.

[Visual Basic .NET]
Public Property NextFullIndexingStartTime As String
[C#]
public string NextFullIndexingStartTime {get; set;}
[C++]
HRESULT get_NextFullIndexingStartTime(
  BSTR* NextFullIndexingStartTime
);
[C++]
HRESULT put_NextFullIndexingStartTime(
  BSTR NextFullIndexingStartTime
);
[C++]

Parameters NextFullIndexingStartTime [out, retval] NextFullIndexingStartTime is a parameter of type BSTR NextFullIndexingStartTime [in] NextFullIndexingStartTime 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