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




The z tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property z_tolerance As Double
Visual Basic (Usage)Copy Code
Dim instance As DeleteIdentical
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.