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


IGlobeLayerProperties5.SetPartialLODRange Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.SetPartialLODRange Method

Sets LOD range of partial cache generation.

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

Parameters fromLOD [in]
fromLOD is a parameter of type int toLOD [in]
toLOD is a parameter of type int

Product Availability

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

See Also

IGlobeLayerProperties5 Interface