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


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

IIndexingStatus.TimeUsed Property

Time used for indexing.

[Visual Basic .NET]
Public Property TimeUsed As Integer
[C#]
public int TimeUsed {get; set;}
[C++]
HRESULT get_TimeUsed(
  long* TimeUsed
);
[C++]
HRESULT put_TimeUsed(
  long TimeUsed
);
[C++]

Parameters TimeUsed [out, retval] TimeUsed is a parameter of type long TimeUsed [in] TimeUsed is a parameter of type long

Product Availability

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

See Also

IIndexingStatus Interface