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


IWeightedSumFunctionArguments.CellsizeType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IW > IWeightedSumFunctionArguments Interface > IWeightedSumFunctionArguments.CellsizeType Property
ArcGIS Developer Help

IWeightedSumFunctionArguments.CellsizeType Property

The different ways for estimating cellsize.

[Visual Basic .NET]
Public Property CellsizeType As esriCellsizeType
[C#]
public esriCellsizeType CellsizeType {get; set;}
[C++]
HRESULT get_CellsizeType(
  esriCellsizeType* pType
);
[C++]
HRESULT put_CellsizeType(
  esriCellsizeType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriCellsizeType* pType [in]
pType is a parameter of type esriCellsizeType

Product Availability

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

See Also

IWeightedSumFunctionArguments Interface