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




in_workspace
The workspace containing the attribute domain to be converted to a table. (In, Required)
domain_name
The name of the existing attribute domain. (In, Required)
out_table
The table to be created. (Out, Required)
code_field
The name of the field in the created table that will store code values. (In, Required)
description_field
The name of the field in the created table that will store code value descriptions. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_workspace
The workspace containing the attribute domain to be converted to a table. (In, Required)
domain_name
The name of the existing attribute domain. (In, Required)
out_table
The table to be created. (Out, Required)
code_field
The name of the field in the created table that will store code values. (In, Required)
description_field
The name of the field in the created table that will store code value descriptions. (In, Required)

See Also

© 2010 All Rights Reserved.