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


IGPRasterSchema.CellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterSchema Interface > IGPRasterSchema.CellSize Property
ArcGIS Developer Help

IGPRasterSchema.CellSize Property

The cellSize property.

[Visual Basic .NET]
Public Property CellSize As Double
[C#]
public double CellSize {get; set;}
[C++]
HRESULT get_CellSize(
  System.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