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


Adds a new subtype to the subtypes in the input table. A field in the feature class or table must be assigned as the subtype field before new subtypes can be added.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddSubtype

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also