ArcGIS Explorer Component Help |
DomainType Enumeration |
See Also |
Specifies the type of geodatabase domain.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum DomainType |
Visual Basic (Declaration) |
---|
Public Enumeration DomainType |
Members
Member name | Description | |
---|---|---|
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.
| |
Range |
A geodatabase range domain which ensures that the values in a Column must fall between
the minimum and maximum specified values.
|