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


ITerrainToRasterFunctionArguments.CellWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITerrainToRasterFunctionArguments Interface > ITerrainToRasterFunctionArguments.CellWidth Property
ArcGIS Developer Help

ITerrainToRasterFunctionArguments.CellWidth Property

Cell width.

[Visual Basic .NET]
Public Property CellWidth As Double
[C#]
public double CellWidth {get; set;}
[C++]
HRESULT get_CellWidth(
  System.Double* pCellWidth
);
[C++]
HRESULT put_CellWidth(
  double pCellWidth
);
[C++]
Parameters
pCellWidth [out, retval]

pCellWidth is a parameter of type double* pCellWidth [in]
pCellWidth is a parameter of type double

Product Availability

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

See Also

ITerrainToRasterFunctionArguments Interface