This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.GetStats Method (ArcObjects .NET 10.4 SDK) |
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
Get the status of the loading performance, with the raster dataset name and time used to load it to the raster catalog.