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


IRasterProps.MeanCellSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterProps Interface > IRasterProps.MeanCellSize Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IRasterProps Interface