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




in_table
The input table containing the attribute domain that will be removed. (In, Required)
field_name
The field that will no longer be associated with an attribute domain. (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 _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim field_name As Object
 
Dim instance As RemoveDomainFromField(in_table, field_name)
C# 
public RemoveDomainFromField( 
   object in_table,
   object field_name
)

Parameters

in_table
The input table containing the attribute domain that will be removed. (In, Required)
field_name
The field that will no longer be associated with an attribute domain. (In, Required)

See Also

© 2010 All Rights Reserved.