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


IGPSACellSize.GetCellSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSACellSize Interface > IGPSACellSize.GetCellSize Method
ArcGIS Developer Help

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
);
[C++]
Parameters
envType [out]

envType is a parameter of type esriRasterEnvSettingEnum*

Product Availability

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

See Also

IGPSACellSize Interface