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


IGlobeAdvancedOptions.TileMemorySize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.TileMemorySize Property
ArcGIS Developer Help

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(
  System.Int32* 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