Provides access to members that return and modify coded value domain values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddCode | Adds a (value, name) code. | |
AddStringCode | Adds a (value, name) code. | |
CodeCount | The number of codes for the associated attribute. | |
DeleteCode | Deletes a code with the specified value. | |
Empty | Deletes all the codes. | |
FindName | Provides the name for the specified value. | |
FindValue | Provides the value object for the specified code. | |
Name | The code name for the specified code index. | |
PopulateDomain | Populate the domain codes. | |
Value | The value object for the specified code index. |
CoClasses that implement IGPCodedValueDomain
CoClasses and Classes | Description |
---|---|
GPCodedValueDomain (esriGeoprocessing) | Geoprocessing Coded Value Domain. |