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


IMapCooker2.GetStatusTileCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker2 Interface > IMapCooker2.GetStatusTileCount Method
ArcGIS Developer Help

IMapCooker2.GetStatusTileCount Method

number of tiles processed in the current job

[Visual Basic .NET]
Public Sub GetStatusTileCount ( _
    ByRef pTileCount As Integer _
)
[C#]
public void GetStatusTileCount (
    ref int pTileCount
);
[C++]
HRESULT GetStatusTileCount(
  System.Int32* pTileCount
);
[C++]
Parameters
pTileCount [out]

pTileCount is a parameter of type long*

Product Availability

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

See Also

IMapCooker2 Interface