ESRI.ArcGIS.CoverageTools
PointNode Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace : PointNode Class




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
C# 
public class PointNode : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.CoverageTools.PointNode

See Also

© 2010 All Rights Reserved.