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


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

ILasDatasetToRasterFunctionArguments.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

ILasDatasetToRasterFunctionArguments Interface