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


ISpatialIndex2.CheckInvalidate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialIndex2.CheckInvalidate Method

Invalidates the spatial index if the geometry has been changed since the index was last constructed.

[Visual Basic .NET]
Public Sub CheckInvalidate ( _
)
[C#]
public void CheckInvalidate (
);
[C++]
HRESULT CheckInvalidate(
void
);

Product Availability

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

See Also

ISpatialIndex2 Interface