ArcObjects Library Reference (GlobeCore)  

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(
  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

Product Availability

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

See Also

IGlobeServerCooker Interface