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


IMosaicDatasetOperation.ResetSpatialIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation Interface > IMosaicDatasetOperation.ResetSpatialIndex Method
ArcGIS Developer Help

IMosaicDatasetOperation.ResetSpatialIndex Method

Resets spatial index on the mosaic catalog. Creates a new spatial index if none is found.

[Visual Basic .NET]
Public Sub ResetSpatialIndex ( _
    ByVal gridSize1 As Double, _
    ByVal gridSize2 As Double, _
    ByVal gridSize3 As Double _
)
[C#]
public void ResetSpatialIndex (
    double gridSize1,
    double gridSize2,
    double gridSize3
);
[C++]
HRESULT ResetSpatialIndex(
  double gridSize1,
  double gridSize2,
  double gridSize3
);
[C++]
Parameters
gridSize1 [in]

gridSize1 is a parameter of type double gridSize2 [in]
gridSize2 is a parameter of type double gridSize3 [in]
gridSize3 is a parameter of type double

Product Availability

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

See Also

IMosaicDatasetOperation Interface