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


IRasterProps.MeanCellSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterProps.MeanCellSize Method

Returns the approximate cell size of the raster.

[Visual Basic .NET]
Public Function MeanCellSize ( _
) As IPnt
[C#]
public IPnt MeanCellSize (
);
[C++]
HRESULT MeanCellSize(
  IPnt** pSize
);
[C++]

Parameters pSize [out, retval]
pSize is a parameter of type IPnt

Product Availability

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

See Also

IRasterProps Interface

.NET Related Topics

How to split a raster dataset into multiple tiles