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


ILasToRasterFunctionArguments.CellWidth Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.CellWidth Property

Cell width.

[Visual Basic .NET]
Public Property CellWidth As Double
[C#]
public double CellWidth {get; set;}
[C++]
HRESULT get_CellWidth(
  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

ILasToRasterFunctionArguments Interface