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




in_info_table
The name of the INFO table containing the item to be indexed (In, Required)
index_item
The name of the item to be indexed (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 index_item As Object _
)
Visual Basic (Usage)Copy Code
Dim in_info_table As Object
Dim index_item As Object
 
Dim instance As IndexItem(in_info_table, index_item)
C# 
public IndexItem( 
   object in_info_table,
   object index_item
)

Parameters

in_info_table
The name of the INFO table containing the item to be indexed (In, Required)
index_item
The name of the item to be indexed (In, Required)

See Also

© 2010 All Rights Reserved.