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


IRasterAnalysisEnvironment.SetCellSizeAndExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisEnvironment Interface > IRasterAnalysisEnvironment.SetCellSizeAndExtent Method
ArcGIS Developer Help

IRasterAnalysisEnvironment.SetCellSizeAndExtent Method

define a cell size at the given location in the given sr (sr of pE). pE can be empty if only its SR is used.

[Visual Basic .NET]
Public Sub SetCellSizeAndExtent ( _
    ByVal envType As esriRasterEnvSettingEnum, _
    ByRef cellSizeProvider As Object, _
    ByVal pE As IArea _
)
[C#]
public void SetCellSizeAndExtent (
    esriRasterEnvSettingEnum envType,
    ref object cellSizeProvider,
    ref IArea pE
);
[C++]
HRESULT SetCellSizeAndExtent(
  esriRasterEnvSettingEnum envType,
  Variant* cellSizeProvider,
  IArea* pE
);
[C++]
Parameters
envType [in]

envType is a parameter of type esriRasterEnvSettingEnum cellSizeProvider [in]
cellSizeProvider is a parameter of type VARIANT* pE [in]
pE is a parameter of type IArea*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterAnalysisEnvironment Interface