ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.CellAggregationType Property

Cell aggregation type (how to bin).

[Visual Basic .NET]
Public Property CellAggregationType As esriRasterLasCellAggregationType
[C#]
public esriRasterLasCellAggregationType CellAggregationType {get; set;}
[C++]
HRESULT get_CellAggregationType(
  esriRasterLasCellAggregationType* pCellAggType
);
[C++]
HRESULT put_CellAggregationType(
  esriRasterLasCellAggregationType pCellAggType
);
[C++]

Parameters

pCellAggType [out, retval]

  pCellAggType is a parameter of type esriRasterLasCellAggregationType

pCellAggType [in]

  pCellAggType is a parameter of type esriRasterLasCellAggregationType

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface