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




in_info_table
The INFO table to which the item is to be added. (In, Required)
out_info_table
The INFO table to be created. (Out, Required)
item_name
The new item to be added to the INFO table. (In, Required)
item_width
The INFO width of the added item. Supported widths: (In, Required)
output_width
The output width of the added item. This is the number of characters used to display an item value. (In, Required)
item_type
The INFO item type of the added item. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_info_table As Object, _
   ByVal out_info_table As Object, _
   ByVal item_name As String, _
   ByVal item_width As Integer, _
   ByVal output_width As Integer, _
   ByVal item_type As String _
)
Visual Basic (Usage)Copy Code
Dim in_info_table As Object
Dim out_info_table As Object
Dim item_name As String
Dim item_width As Integer
Dim output_width As Integer
Dim item_type As String
 
Dim instance As AddItem(in_info_table, out_info_table, item_name, item_width, output_width, item_type)
C# 
public AddItem( 
   object in_info_table,
   object out_info_table,
   string item_name,
   int item_width,
   int output_width,
   string item_type
)

Parameters

in_info_table
The INFO table to which the item is to be added. (In, Required)
out_info_table
The INFO table to be created. (Out, Required)
item_name
The new item to be added to the INFO table. (In, Required)
item_width
The INFO width of the added item. Supported widths: (In, Required)
output_width
The output width of the added item. This is the number of characters used to display an item value. (In, Required)
item_type
The INFO item type of the added item. (In, Required)

See Also

© 2010 All Rights Reserved.