DataManagementTools
AddSubtype Constructor(Object,Int32,String)
See Also  Send Feedback
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 New 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)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.