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


IGPRasterSchema.CellSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRasterSchema.CellSize Property

The cellSize property.

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

Parameters CellSize [out, retval] CellSize is a parameter of type double CellSize [in] CellSize is a parameter of type double

Product Availability

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

See Also

IGPRasterSchema Interface