This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCache Interface > IGlobeServerCache.Invalidate Method (ArcObjects .NET 10.5 SDK) |
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