ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties2.GetPartialLODRange Method

Returns LOD range of partial cache generation.

[Visual Basic .NET]
Public Sub GetPartialLODRange ( _
    ByRef fromLOD As Integer, _
    ByRef toLOD As Integer _
)
[C#]
public void GetPartialLODRange (
    ref int fromLOD,
    ref int toLOD
);
[C++]
HRESULT GetPartialLODRange(
  Long* fromLOD,
  Long* toLOD
);
[C++]

Parameters

fromLOD [out]   fromLOD is a parameter of type Long toLOD [out]   toLOD is a parameter of type Long

Product Availability

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

Description

Disk caching creates a temporary file, or cache, for each layer in ArcGlobe that helps you display and navigate your data efficiently. A disk cache stores the data and information that allows ArcGlobe to better manage your environment by controlling levels of detail. The status of a cache can be on demand, partial (containing some details of the layer), or full (containing all the details the layer has to offer).

This property returns the current range of the level of detail for the layer - FromLOD (minimum level of detail) to ToLOD (maximum level of detail).

See Also

IGlobeLayerProperties2 Interface