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




in_table
The input table to which the specified field will be added. The field will be added to the existing input table and will not create a new output table. (In, Required)
field_name
The name of the field that will be added to the Input Table. (In, Required)
field_type
The field type used in the creation of the new field. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal field_name As String, _
   ByVal field_type As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim field_name As String
Dim field_type As String
 
Dim instance As New AddField(in_table, field_name, field_type)
C# 
public AddField( 
   object in_table,
   string field_name,
   string field_type
)

Parameters

in_table
The input table to which the specified field will be added. The field will be added to the existing input table and will not create a new output table. (In, Required)
field_name
The name of the field that will be added to the Input Table. (In, Required)
field_type
The field type used in the creation of the new field. (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.