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




in_info_table
index_item

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_info_table As Object, _
   ByVal index_item As Object _
)
Visual Basic (Usage)Copy Code
Dim in_info_table As Object
Dim index_item As Object
 
Dim instance As New IndexItem(in_info_table, index_item)
C# 
public IndexItem( 
   object in_info_table,
   object index_item
)

Parameters

in_info_table
index_item

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.