This document is archived and information here might be outdated. Recommended version. |
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*