This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.GetStats Method (ArcObjects .NET 10.5 SDK) |
Gets the current Cooker object cooking progress.
[Visual Basic .NET] Public Sub GetStats ( _ ByRef pLayerName As String, _ ByRef pLayerID As Integer, _ ByRef pProgressPercent As Double _ )
[C#] public void GetStats ( ref string pLayerName, ref int pLayerID, ref double pProgressPercent );
[C++]
HRESULT GetStats(
BSTR* pLayerName,
long* pLayerID,
double* pProgressPercent
);
[C++]
Parameters pLayerName [in, out] pLayerName is a parameter of type BSTR pLayerID [in, out] pLayerID is a parameter of type long pProgressPercent [out] pProgressPercent is a parameter of type double