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




in_table
The input table or feature class whose subtype default value will be set. (In, Required)
subtype_code
The unique default value for a subtype. (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 _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim subtype_code As Integer
 
Dim instance As SetDefaultSubtype(in_table, subtype_code)
C# 
public SetDefaultSubtype( 
   object in_table,
   int subtype_code
)

Parameters

in_table
The input table or feature class whose subtype default value will be set. (In, Required)
subtype_code
The unique default value for a subtype. (In, Required)

See Also

© 2010 All Rights Reserved.