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


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

IGlobeServerCache.Invalidate Method

Invalidates a given layer cache within a dirty area.

[Visual Basic .NET]
Public Sub Invalidate ( _
    ByVal LayerID As Integer, _
    ByVal pDirtyArea As IGeometry _
)
[C#]
public void Invalidate (
    int LayerID,
    IGeometry pDirtyArea
);
[C++]
HRESULT Invalidate(
  long LayerID,
  IGeometry* pDirtyArea
);
[C++]
Parameters
LayerID [in]

LayerID is a parameter of type long pDirtyArea [in]
pDirtyArea is a parameter of type IGeometry*

Product Availability

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

See Also

IGlobeServerCache Interface