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


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

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(
  System.Double* pLowCellSize,
  System.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