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




in_info_table
The name of the INFO table containing the item whose index is to be deleted. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_info_table
The name of the INFO table containing the item whose index is to be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.