DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.UpdateIndex | Methods | Properties
Update the shape entry in the spatial index after geometry changes.
// C# public void UpdateIndex();
' VisualBasic Public Sub UpdateIndex()
// Oxygene public procedure UpdateIndex;
PURPOSE: Keeps spatial querying accurate after the shape extent has changed.
BEHAVIOR: Refreshes the shape bounds stored in the layer spatial index, typically by replacing the previous indexed extent with the current one.
USAGE: Use this method after editing geometry when index maintenance is not handled automatically by the layer.
CONSTRAINTS: Effective only when the owning layer uses a spatial index.