This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.CellSizeClusterTolerance Property (ArcObjects .NET 10.5 SDK) |
The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.
[Visual Basic .NET] Public Property CellSizeClusterTolerance As Double
[C#] public double CellSizeClusterTolerance {get; set;}
[C++]
HRESULT get_CellSizeClusterTolerance(
double* pCellSizeClusterTolerance
);
[C++]
HRESULT put_CellSizeClusterTolerance(
double pCellSizeClusterTolerance
);
[C++]
Parameters pCellSizeClusterTolerance [out, retval] pCellSizeClusterTolerance is a parameter of type double pCellSizeClusterTolerance [in] pCellSizeClusterTolerance is a parameter of type double