ArcObjects Library Reference (GlobeCore)  

IGlobeTileGenerator2.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(
  long* 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

IGlobeTileGenerator2 Interface