ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset2.ComputeCellSizes Method

Computes the smallest low cell size and the largest high cell size values from items in the mosaic catalog. The values returned are in the same units as the spatial references of the catalog.

[Visual Basic .NET]
Public Sub ComputeCellSizes ( _
    ByRef pLowCellSize As Double, _
    ByRef pHighCellSize As Double _
)
[C#]
public void ComputeCellSizes (
    ref double pLowCellSize,
    ref double pHighCellSize
);
[C++]
HRESULT ComputeCellSizes(
  double* pLowCellSize,
  double* pHighCellSize
);
[C++]

Parameters

pLowCellSize [out]   pLowCellSize is a parameter of type double pHighCellSize [out]   pHighCellSize is a parameter of type double

Product Availability

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

See Also

IMosaicDataset2 Interface