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


IGlobeAdvancedOptions.TileMemorySize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.TileMemorySize Property

The memory used for tile data.

[Visual Basic .NET]
Public Property TileMemorySize As Integer
[C#]
public int TileMemorySize {get; set;}
[C++]
HRESULT get_TileMemorySize(
  long* pSizeInMb
);
[C++]
HRESULT put_TileMemorySize(
  long pSizeInMb
);
[C++]

Parameters pSizeInMb [out, retval] pSizeInMb is a parameter of type long pSizeInMb [in] pSizeInMb is a parameter of type long

Product Availability

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

See Also

IGlobeAdvancedOptions Interface