ArcObjects Library Reference (GlobeCore)  

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,
  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

Product Availability

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

See Also

IGlobeAdvancedOptions2 Interface