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


ILasDatasetToRasterFunctionArguments.CellAggregationType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

ILasDatasetToRasterFunctionArguments Interface