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;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also