DataManagementTools
AssignDomainToField Constructor(Object,Object,String)
See Also  Send Feedback
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 New 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)

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

© 2011 All Rights Reserved.