DataManagementTools
AddJoin Constructor(Object,Object,Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > AddJoin Class > AddJoin Constructor : AddJoin Constructor(Object,Object,Object,Object)




in_layer_or_view
The layer or table view to which the join table will be joined. (In, Required)
in_field
The field in the input layer or table view on which the join will be based. (In, Required)
join_table
The table or table view to be joined to the input layer or table view. (In, Required)
join_field
The field in the join table that contains the values on which the join will be based. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_layer_or_view As Object, _
   ByVal in_field As Object, _
   ByVal join_table As Object, _
   ByVal join_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_layer_or_view As Object
Dim in_field As Object
Dim join_table As Object
Dim join_field As Object
 
Dim instance As New AddJoin(in_layer_or_view, in_field, join_table, join_field)
C# 
public AddJoin( 
   object in_layer_or_view,
   object in_field,
   object join_table,
   object join_field
)

Parameters

in_layer_or_view
The layer or table view to which the join table will be joined. (In, Required)
in_field
The field in the input layer or table view on which the join will be based. (In, Required)
join_table
The table or table view to be joined to the input layer or table view. (In, Required)
join_field
The field in the join table that contains the values on which the join will be based. (In, Required)

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.