ArcObjects Library Reference (SpatialAnalyst)  

IGPSACellSize.GetCellSize Method

Gets the type and value of cell size in the GP Spatial Analyst.

[Visual Basic .NET]
Public Function GetCellSize ( _
    ByRef envType As esriRasterEnvSettingEnum _
) As Double
[C#]
public double GetCellSize (
    ref esriRasterEnvSettingEnum envType
);
[C++]
HRESULT GetCellSize(
  esriRasterEnvSettingEnum* envType,
  double* CellSize
);
[C++]

Parameters

envType [out]

  envType is a parameter of type esriRasterEnvSettingEnum

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSACellSize Interface