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


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

IGlobeTileGenerator3.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

IGlobeTileGenerator3 Interface