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




in_table
The database table from which to derive domain values. (In, Required)
code_field
The field in the database table from which to derive domain code values. (In, Required)
description_field
The field in the database table from which to derive domain description values. (In, Required)
in_workspace
The workspace that contains the domain to be created or updated. (In, Required)
domain_name
The name of the domain to be created or updated. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal code_field As Object, _
   ByVal description_field As Object, _
   ByVal in_workspace As Object, _
   ByVal domain_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim code_field As Object
Dim description_field As Object
Dim in_workspace As Object
Dim domain_name As String
 
Dim instance As TableToDomain(in_table, code_field, description_field, in_workspace, domain_name)
C# 
public TableToDomain( 
   object in_table,
   object code_field,
   object description_field,
   object in_workspace,
   string domain_name
)

Parameters

in_table
The database table from which to derive domain values. (In, Required)
code_field
The field in the database table from which to derive domain code values. (In, Required)
description_field
The field in the database table from which to derive domain description values. (In, Required)
in_workspace
The workspace that contains the domain to be created or updated. (In, Required)
domain_name
The name of the domain to be created or updated. (In, Required)

See Also

© 2010 All Rights Reserved.