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




in_table
The input table or feature class which contains the field to set as a subtype field. (In, Required)
field
An integer field that will store the subtype codes. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim field As Object
 
Dim instance As SetSubtypeField(in_table, field)
C# 
public SetSubtypeField( 
   object in_table,
   object field
)

Parameters

in_table
The input table or feature class which contains the field to set as a subtype field. (In, Required)
field
An integer field that will store the subtype codes. (In, Required)

See Also

© 2010 All Rights Reserved.