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


IGPSACellSize.SetCellSize 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.SetCellSize Method
ArcGIS Developer Help

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