![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface > IGlobeTileGenerator.MaxTileCount Property (ArcObjects .NET 10.5 SDK) | 
The maximum number of tiles to be generated.
[Visual Basic .NET] Public Property MaxTileCount As Integer
[C#] public int MaxTileCount {get; set;}
[C++]
HRESULT get_MaxTileCount(
  long* pNumTiles
);
[C++]
HRESULT put_MaxTileCount(
  long pNumTiles
);
[C++]
Parameters pNumTiles [out, retval] pNumTiles is a parameter of type long pNumTiles [in] pNumTiles is a parameter of type long