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


IGlobeServerCache.Invalidate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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