This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments2 Interface > IMosaicFunctionArguments2.CellSizeTolerance Property (ArcObjects .NET 10.4 SDK) |
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