CoverageTools
AddItem Constructor(Object,Object,String,Int32,Int32,String)
See Also  Send Feedback
ESRI.ArcGIS.CoverageTools Namespace > AddItem Class > AddItem Constructor : AddItem Constructor(Object,Object,String,Int32,Int32,String)




in_info_table
out_info_table
item_name
item_width
output_width
item_type

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 New 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
out_info_table
item_name
item_width
output_width
item_type

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.