ArcObjects Library Reference (DataSourcesRaster)  

IPixelReader.CellSize Property

The source original cell size.

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

Parameters

ppCellsize [out, retval]

  ppCellsize is a parameter of type IPnt

Product Availability

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

See Also

IPixelReader Interface