This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions2 Interface > IGlobeAdvancedOptions2.SetTileMemory Method (ArcObjects .NET 10.5 SDK) |
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