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


ISpatialIndex2.CheckInvalidate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialIndex2 Interface > ISpatialIndex2.CheckInvalidate Method
ArcGIS Developer Help

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