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




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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.CoverageTools.JoinItem

See Also

© 2010 All Rights Reserved.