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