ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
AddIndex Class
See Also  Members  
ESRI.ArcGIS.DataManagementTools Namespace : AddIndex Class


Adds an index to an existing table, feature class, shapefile, coverage, or attributed relationship class. The index can be made up of a single field or multiple fields.

Syntax

Visual Basic (Declaration)  
Public Class AddIndex 
   Implements IGPProcess 
Visual Basic (Usage) Copy Code
Dim instance As AddIndex
C#  
public class AddIndex : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddIndex

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also