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




in_table
The input table or feature class. (In, Required)
out_view
The name of the table view to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal out_view As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim out_view As Object
 
Dim instance As MakeTableView(in_table, out_view)
C# 
public MakeTableView( 
   object in_table,
   object out_view
)

Parameters

in_table
The input table or feature class. (In, Required)
out_view
The name of the table view to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.