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


IGlobeAdvancedOptions2.SetTileMemory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions2 Interface > IGlobeAdvancedOptions2.SetTileMemory Method
ArcGIS Developer Help

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