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


IGPSACellSize.SetCellSize Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSACellSize.SetCellSize Method

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

[Visual Basic .NET]
Public Sub SetCellSize ( _
    ByVal envType As esriRasterEnvSettingEnum, _
    [ByRef CellSizeProvider As Object] _
)
[C#]
public void SetCellSize (
    esriRasterEnvSettingEnum envType,
    ref object CellSizeProvider
);
[C++]
HRESULT SetCellSize(
  esriRasterEnvSettingEnum envType,
  Variant* CellSizeProvider
);
[C++]

Parameters envType [in]
envType is a parameter of type esriRasterEnvSettingEnum CellSizeProvider [in, optional]
CellSizeProvider is a parameter of type VARIANT*

Product Availability

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

See Also

IGPSACellSize Interface