Gets the current loading stats.
[Visual Basic .NET] Public Sub GetStats ( _ ByRef pName As String, _ ByRef pMillis As Double _ )
[C#] public void GetStats ( ref string pName, ref double pMillis );
[C++]
HRESULT GetStats(
BSTR* pName,
double* pMillis
);
[C++]Parameters
pName [out] pName is a parameter of type BSTR pMillis [out] pMillis is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Get the status of the loading performance, with the raster dataset name and time used to load it to the raster catalog.