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


IGlobeAdvancedOptions2.SetTileMemory Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions2.SetTileMemory Method

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

Product Availability

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

See Also

IGlobeAdvancedOptions2 Interface