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


IIndexingStatus.TimeUsed Property (ArcObjects .NET 10.6 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(
  System.Int32* 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

No record for Search in Libraries found

See Also

IIndexingStatus Interface