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




in_table
The name of the table or feature class containing the field that will be assigned a domain. (In, Required)
field_name
The name of the field to be assigned a domain. (In, Required)
domain_name
The name of a geodatabase domain to assign to the field name. Available domains will automatically be loaded. (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_name As Object, _
   ByVal domain_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim field_name As Object
Dim domain_name As String
 
Dim instance As AssignDomainToField(in_table, field_name, domain_name)
C# 
public AssignDomainToField( 
   object in_table,
   object field_name,
   string domain_name
)

Parameters

in_table
The name of the table or feature class containing the field that will be assigned a domain. (In, Required)
field_name
The name of the field to be assigned a domain. (In, Required)
domain_name
The name of a geodatabase domain to assign to the field name. Available domains will automatically be loaded. (In, Required)

See Also

© 2010 All Rights Reserved.