Performs a spatial JOINITEM on the point coverage and the node coverage. It transfers the attributes from a point feature class to a node feature class. Each point feature in the point coverage is matched to the corresponding node feature in the node coverage. If any point is within the search radius of a node, the attributes are copied.
Syntax
Visual Basic (Declaration) | |
---|
Public Class PointNode
Implements IGPProcess |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PointNode
|
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.CoverageTools.PointNode
See Also