ESRI.ArcGIS.DataManagementTools
cell_size_tolerance_factor Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CalculateCellSizeRanges Class : cell_size_tolerance_factor Property




Allows you to specify a cell size tolerance. This is useful when you have rasters with differing pixel sizes that should be considered the same. The default is 0.1. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property cell_size_tolerance_factor As Double
Visual Basic (Usage)Copy Code
Dim instance As CalculateCellSizeRanges
Dim value As Double
 
instance.cell_size_tolerance_factor = value
 
value = instance.cell_size_tolerance_factor
C# 
public double cell_size_tolerance_factor {get; set;}

See Also

© 2010 All Rights Reserved.