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


IIndexingStatus.NextIncrementalIndexingStartTime Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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(
  System.String* 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

No record for Search in Libraries found

See Also

IIndexingStatus Interface