This document is archived and information here might be outdated. Recommended version. |
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*