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,
double* pGridSize1,
double* pGridSize2,
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.