CoverageTools
JoinItem Constructor(Object,Object,Object,String)
See Also  Send Feedback
ESRI.ArcGIS.CoverageTools Namespace > JoinItem Class > JoinItem Constructor : JoinItem Constructor(Object,Object,Object,String)




in_info_table
join_info_table
out_info_table
relate_item

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 New 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
join_info_table
out_info_table
relate_item

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.