This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.TileMemorySize Property (ArcObjects .NET 10.4 SDK) |
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