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


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

IGlobeLayerProperties2.InvalidatePartialLODRange Method

Invalidates LOD range of partial cache generation.

[Visual Basic .NET]
Public Sub InvalidatePartialLODRange ( _
)
[C#]
public void InvalidatePartialLODRange (
);
[C++]
HRESULT InvalidatePartialLODRange(
void
);

Product Availability

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

See Also

IGlobeLayerProperties2 Interface