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


IDrLoader.GetStats Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.GetStats Method
ArcGIS Developer Help

IDrLoader.GetStats Method

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

See Also

IDrLoader Interface