This document is archived and information here might be outdated. Recommended version. |
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*