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


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

IIndexingStatus.StartTime Property

Index start time.

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

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