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.