ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelReader.CellSize Property

The source original cell size.

[Visual Basic .NET]
Public WriteOnly Property CellSize_2
[C#]
public void CellSize_2 {set;}
[C++]
HRESULT put_CellSize(
  IPnt* 
);
[C++]

Parameters

[in]

   is a parameter of type IPnt

Product Availability

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

See Also

ISimplePixelReader Interface