This tool extends line segments to the first intersecting feature within a specified distance. If no intersecting feature is within the specified distance, the line segment will not be extended. Tool use is intended for quality control tasks such as cleaning up topology errors in features that were digitized without having set proper snapping environments.
Syntax
Visual Basic (Declaration) | |
---|
Public Class ExtendLine
Implements IGPProcess |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ExtendLine
|
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.EditingTools.ExtendLine
See Also