ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.CellSize Property

The raster cell size.

[Visual Basic .NET]
Public Property CellSize As IPnt
[C#]
public IPnt CellSize {get; set;}
[C++]
HRESULT get_CellSize(
  IPnt** ppCellsize
);
[C++]
HRESULT put_CellSize(
  IPnt* ppCellsize
);
[C++]

Parameters

ppCellsize [out, retval]

  ppCellsize is a parameter of type IPnt

ppCellsize [in]

  ppCellsize is a parameter of type IPnt

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)

.NET Related Topics

How to access pixel data using the RawBlocks object