ESRI.ArcGIS.CoverageTools
JoinItem Constructor(Object,Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace > JoinItem Class > JoinItem Constructor : JoinItem Constructor(Object,Object,Object,String)




in_info_table
The INFO data file to which items and their values are to be added. (In, Required)
join_info_table
The INFO data file that contains the items and values to be added. (In, Required)
out_info_table
The INFO data file produced by Join Info Tables. If Output Info Table already exists, it will be replaced. (Out, Required)
relate_item
An item contained in the Input Info Table that is used as an index to records in the Join Info Table. This can be a redefined item. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_info_table As Object, _
   ByVal join_info_table As Object, _
   ByVal out_info_table As Object, _
   ByVal relate_item As String _
)
Visual Basic (Usage)Copy Code
Dim in_info_table As Object
Dim join_info_table As Object
Dim out_info_table As Object
Dim relate_item As String
 
Dim instance As JoinItem(in_info_table, join_info_table, out_info_table, relate_item)
C# 
public JoinItem( 
   object in_info_table,
   object join_info_table,
   object out_info_table,
   string relate_item
)

Parameters

in_info_table
The INFO data file to which items and their values are to be added. (In, Required)
join_info_table
The INFO data file that contains the items and values to be added. (In, Required)
out_info_table
The INFO data file produced by Join Info Tables. If Output Info Table already exists, it will be replaced. (Out, Required)
relate_item
An item contained in the Input Info Table that is used as an index to records in the Join Info Table. This can be a redefined item. (In, Required)

See Also

© 2010 All Rights Reserved.