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




in_layer_or_view
The layer or table view from which the join will be removed. (In, Required)
join_name
The join to be removed. (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 join_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_layer_or_view As Object
Dim join_name As String
 
Dim instance As RemoveJoin(in_layer_or_view, join_name)
C# 
public RemoveJoin( 
   object in_layer_or_view,
   string join_name
)

Parameters

in_layer_or_view
The layer or table view from which the join will be removed. (In, Required)
join_name
The join to be removed. (In, Required)

See Also

© 2010 All Rights Reserved.