This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.CellAggregationType Property (ArcObjects .NET 10.5 SDK) |
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