This document is archived and information here might be outdated. Recommended version. |
Sets the tile memory limit for a specific internal data type, in Megabytes.
[Visual Basic .NET] Public Sub SetTileMemory ( _ ByVal Type As esriGlobeTileMemoryType, _ ByVal limitMb As Integer _ )
[C#] public void SetTileMemory ( esriGlobeTileMemoryType Type, int limitMb );
[C++]
HRESULT SetTileMemory(
esriGlobeTileMemoryType Type,
long limitMb
);
[C++] Parameters Type [in]
Type is a parameter of type esriGlobeTileMemoryType limitMb [in]
limitMb is a parameter of type long