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




in_workspace
The geodatabase containing the domain to be updated. (In, Required)
domain_name
The name of the attribute domain that will have a value added to its coded value list. (In, Required)
code
The value to be added to the specified domain's coded value list. (In, Required)
code_description
A description of what the coded value represents. (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 String, _
   ByVal code_description As String _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim domain_name As String
Dim code As String
Dim code_description As String
 
Dim instance As AddCodedValueToDomain(in_workspace, domain_name, code, code_description)
C# 
public AddCodedValueToDomain( 
   object in_workspace,
   string domain_name,
   string code,
   string code_description
)

Parameters

in_workspace
The geodatabase containing the domain to be updated. (In, Required)
domain_name
The name of the attribute domain that will have a value added to its coded value list. (In, Required)
code
The value to be added to the specified domain's coded value list. (In, Required)
code_description
A description of what the coded value represents. (In, Required)

See Also

© 2010 All Rights Reserved.