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


IGlobeAdvancedOptions2.GetTileMemory 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.GetTileMemory Method
ArcGIS Developer Help

IGlobeAdvancedOptions2.GetTileMemory Method

Gets the tile memory limit and current usage for a specific internal data type, in Megabytes.

[Visual Basic .NET]
Public Sub GetTileMemory ( _
    ByVal Type As esriGlobeTileMemoryType, _
    ByRef pLimitMb As Integer, _
    ByRef pCurrentMb As Single& _
)
[C#]
public void GetTileMemory (
    esriGlobeTileMemoryType Type,
    ref int pLimitMb,
    ref Single& pCurrentMb
);
[C++]
HRESULT GetTileMemory(
  esriGlobeTileMemoryType Type,
  System.Int32* pLimitMb,
  System.Single* pCurrentMb
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriGlobeTileMemoryType pLimitMb [out]
pLimitMb is a parameter of type long* pCurrentMb [out]
pCurrentMb is a parameter of type single*

Product Availability

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

See Also

IGlobeAdvancedOptions2 Interface