Specifies the type of geodatabase domain.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum DomainType |
Visual Basic (Declaration) |
---|
Public Enumeration DomainType |
Members
Value | Member name | Description | |
---|---|---|---|
1 | CodedValue |
A geodatabase coded value domain which consists of value/name pairs and acts like a
database lookup table for the Column it is defined against.
| |
0 | Range |
A geodatabase range domain which ensures that the values in a Column must fall between
the minimum and maximum specified values.
|