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




in_workspace
The geodatabase that contains the domain to be deleted. (In, Required)
domain_name
The name of the domain to be deleted. (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 _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim domain_name As String
 
Dim instance As DeleteDomain(in_workspace, domain_name)
C# 
public DeleteDomain( 
   object in_workspace,
   string domain_name
)

Parameters

in_workspace
The geodatabase that contains the domain to be deleted. (In, Required)
domain_name
The name of the domain to be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.