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


IBuildSeamlinesParameters.CellSizeClusterTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters Interface > IBuildSeamlinesParameters.CellSizeClusterTolerance Property
ArcGIS Developer Help

IBuildSeamlinesParameters.CellSizeClusterTolerance Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBuildSeamlinesParameters Interface