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




The minimum length allowed for dangling arcs in the Output Coverage. A dangling arc is an arc that has the same polygon internal number on its left and right sides and ends at a dangling node. Dangling arcs are removed for both the POLY and LINE options. If the Dangle Length is not provided, the dangle length is read from the coverage TOL file if the TOL file exists;otherwise, dangle length is set to zero (the default). (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.