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.GetTileMemory Method (ArcObjects .NET 10.5 SDK) |
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,
long* pLimitMb,
float* 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 float