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


ISimplePixelReader.CellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelReader Interface > ISimplePixelReader.CellSize Property
ArcGIS Developer Help

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