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


IMosaicDatasetOperation.QuerySpatialIndex 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.QuerySpatialIndex Method
ArcGIS Developer Help

IMosaicDatasetOperation.QuerySpatialIndex Method

Returns the spatial index and grid sizes of the mosaic catalog.

[Visual Basic .NET]
Public Sub QuerySpatialIndex ( _
    ByRef ppSpatialIndex As IIndex, _
    ByRef pGridSize1 As Double, _
    ByRef pGridSize2 As Double, _
    ByRef pGridSize3 As Double _
)
[C#]
public void QuerySpatialIndex (
    ref IIndex ppSpatialIndex,
    ref double pGridSize1,
    ref double pGridSize2,
    ref double pGridSize3
);
[C++]
HRESULT QuerySpatialIndex(
  IIndex** ppSpatialIndex,
  System.Double* pGridSize1,
  System.Double* pGridSize2,
  System.Double* pGridSize3
);
[C++]
Parameters
ppSpatialIndex [out]

ppSpatialIndex is a parameter of type IIndex** pGridSize1 [out]
pGridSize1 is a parameter of type double* pGridSize2 [out]
pGridSize2 is a parameter of type double* pGridSize3 [out]
pGridSize3 is a parameter of type double*

Product Availability

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

See Also

IMosaicDatasetOperation Interface