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


IMosaicFunctionArguments2.CellSizeTolerance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments2.CellSizeTolerance Property

The cellsize tolerance for sorting on cellsize.

[Visual Basic .NET]
Public Property CellSizeTolerance As Double
[C#]
public double CellSizeTolerance {get; set;}
[C++]
HRESULT get_CellSizeTolerance(
  double* pCellSizeTolerance
);
[C++]
HRESULT put_CellSizeTolerance(
  double pCellSizeTolerance
);
[C++]

Parameters pCellSizeTolerance [out, retval] pCellSizeTolerance is a parameter of type double pCellSizeTolerance [in] pCellSizeTolerance is a parameter of type double

Product Availability

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

See Also

IMosaicFunctionArguments2 Interface