ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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.

See Also

IGlobeLayerProperties5 Interface