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




The maximum allowable difference in (z units) between the height of the input raster and the height of the output TIN. By default, the z tolerance is 1/10 of the z range of the input raster. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.