This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* pCellSizeClusterTolerance
);
[C++] Parameters pCellSizeClusterTolerance [in]
pCellSizeClusterTolerance is a parameter of type double pCellSizeClusterTolerance [out, retval]
pCellSizeClusterTolerance is a parameter of type double*