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


IRasterAnalysisEnvironment.GetCellSizeAndExtent 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.GetCellSizeAndExtent Method
ArcGIS Developer Help

IRasterAnalysisEnvironment.GetCellSizeAndExtent 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 GetCellSizeAndExtent ( _
    ByRef envType As esriRasterEnvSettingEnum, _
    ByRef CellSize As Double, _
    ByRef ppE As IArea _
)
[C#]
public void GetCellSizeAndExtent (
    ref esriRasterEnvSettingEnum envType,
    ref double CellSize,
    ref IArea ppE
);
[C++]
HRESULT GetCellSizeAndExtent(
  esriRasterEnvSettingEnum* envType,
  System.Double* CellSize,
  IArea** ppE
);
[C++]
Parameters
envType [out]

envType is a parameter of type esriRasterEnvSettingEnum* CellSize [out]
CellSize is a parameter of type double* ppE [out]
ppE is a parameter of type IArea**

Product Availability

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

See Also

IRasterAnalysisEnvironment Interface