ESRI.ArcGIS.DataManagementTools
field_domain Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > AddField Class : field_domain Property




Used to constrain the values allowed in any particular attribute for a table, feature class, or subtype in a geodatabase. You must specify the name of an existing domain for it to be applied to the field. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property field_domain As String
Visual Basic (Usage)Copy Code
Dim instance As AddField
Dim value As String
 
instance.field_domain = value
 
value = instance.field_domain
C# 
public string field_domain {get; set;}

See Also

© 2010 All Rights Reserved.