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




When mosaicking takes place, the target and the source pixels do not always line up exactly. When there is a misalignment of pixels, a decision needs to be made whether resampling takes place, or whether the data should be shifted. The mosaicking tolerance controls whether resampling of the pixels take place, or if the pixels should be shifted. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.