ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters.CellSizeClusterTolerance Property

The factor controlling clustering of cell sizes 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

Product Availability

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

See Also

IBuildSeamlinesParameters Interface