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




in_table
The feature class or table containing the subtype definition to be updated (In, Required)
subtype_code
A unique integer value for the subtype to be added (In, Required)
subtype_description
A description of the subtype code (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal subtype_code As Integer, _
   ByVal subtype_description As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim subtype_code As Integer
Dim subtype_description As String
 
Dim instance As AddSubtype(in_table, subtype_code, subtype_description)
C# 
public AddSubtype( 
   object in_table,
   int subtype_code,
   string subtype_description
)

Parameters

in_table
The feature class or table containing the subtype definition to be updated (In, Required)
subtype_code
A unique integer value for the subtype to be added (In, Required)
subtype_description
A description of the subtype code (In, Required)

See Also

© 2010 All Rights Reserved.