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


IGlobeLayerProperties4.GetPartialLODRange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.GetPartialLODRange Method
ArcGIS Developer Help

IGlobeLayerProperties4.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(
  System.Int32* fromLOD,
  System.Int32* toLOD
);
[C++]
Parameters
fromLOD [out]

fromLOD is a parameter of type int* toLOD [out]
toLOD is a parameter of type int*

Product Availability

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

See Also

IGlobeLayerProperties4 Interface