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


IGlobeServerCooker.GetStats Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.GetStats Method
ArcGIS Developer Help

IGlobeServerCooker.GetStats Method

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(
  System.String* pLayerName,
  System.Int32* pLayerID,
  System.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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServerCooker Interface