The line connection allowance is 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, and contain line representations. Otherwise, this value is ignored when the tool is executed. The default value is 1 point. A value of zero means no allowance, and will detect a conflict at each line join in this case. The value can not be negative. Line connection allowance is calculated in page units (points, mm, in, or cm). If you enter a conflict distance in map units, it will be converted to page units using the reference scale. (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;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also