This document is archived and information here might be outdated. Recommended version. |
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*
Get the status of the loading performance, with the raster dataset name and time used to load it to the raster catalog.