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


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

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