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




in_table
The feature class or table containing the subtype definition. (In, Required)
subtype_code
The code used to remove a subtype from the input table or feature class. (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 Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim subtype_code As Object
 
Dim instance As RemoveSubtype(in_table, subtype_code)
C# 
public RemoveSubtype( 
   object in_table,
   object subtype_code
)

Parameters

in_table
The feature class or table containing the subtype definition. (In, Required)
subtype_code
The code used to remove a subtype from the input table or feature class. (In, Required)

See Also

© 2010 All Rights Reserved.