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




in_workspace
The workspace containing the domain to be updated. (In, Required)
domain_name
The name of the coded value domain to be updated. (In, Required)
code
The value(s) to be deleted from the specified domain. (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 code As Object _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim domain_name As String
Dim code As Object
 
Dim instance As DeleteCodedValueFromDomain(in_workspace, domain_name, code)
C# 
public DeleteCodedValueFromDomain( 
   object in_workspace,
   string domain_name,
   object code
)

Parameters

in_workspace
The workspace containing the domain to be updated. (In, Required)
domain_name
The name of the coded value domain to be updated. (In, Required)
code
The value(s) to be deleted from the specified domain. (In, Required)

See Also

© 2010 All Rights Reserved.