This document is archived and information here might be outdated. Recommended version. |
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*