Constructor that takes all required parameters for geoprocessor execution.
Syntax
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) |
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