Joins the item definitions and values of two tables based on a shared item. Joining involves appending items (fields) of one table to those of another through an attribute or item common to both tables. A join is usually used to attach more attributes to the attribute table of a geographic layer.
Syntax
Visual Basic (Declaration) | |
---|
Public Class JoinItem
Implements IGPProcess |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JoinItem
|
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.CoverageTools.JoinItem
See Also