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




The radius of a circle, centered where lines join, within which graphic overlaps won't be detected. This parameter is only considered when the input layer and the conflict layer are identical. Zero allowance will detect a conflict at each line join (if end caps are overlapping). Line connection allowance is calculated in page units (Points, Inches, Millimeters, Centimeters). If you enter a conflict distance in map units, it will be converted to page units using the reference scale. The value cannot be negative; the default value is 1 Point. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property line_connection_allowance As Object
Visual Basic (Usage)Copy Code
Dim instance As DetectGraphicConflict
Dim value As Object
 
instance.line_connection_allowance = value
 
value = instance.line_connection_allowance
C# 
public object line_connection_allowance {get; set;}

See Also

© 2010 All Rights Reserved.